skip to main
|
skip to sidebar
My Journal of Tech Tid Bits
of what I learned today
Thursday, October 28, 2010
Using python shell for django project
If you want to test django code in python shell but are getting error messages regarding environment variables not set; set them by using that project's manage script.
python manage.py shell
credit
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Labels
automator
(1)
awk
(8)
bash
(1)
button
(1)
comparison
(1)
cut
(1)
cvs
(2)
delete
(1)
diff
(1)
django
(2)
error message
(1)
eval
(1)
find
(1)
fold
(1)
font
(1)
ftp
(1)
function
(2)
gimp
(1)
html
(5)
hyperlink
(1)
image
(1)
informatica
(4)
inputbox
(1)
ios
(1)
javascript
(5)
join
(1)
kill
(1)
mac
(1)
mac keyboard shortX
(2)
macro
(1)
marks
(1)
msgbox
(1)
newline
(2)
null
(1)
nvl
(1)
onchange
(1)
oo
(2)
oracle
(2)
output
(1)
paste
(1)
pl sql
(2)
ps
(1)
python
(5)
redirection
(1)
regex
(3)
replace
(1)
router
(1)
sdiff
(1)
search
(1)
sed
(6)
selection
(1)
series
(4)
sets
(1)
sheetcount
(1)
sheetorder
(1)
shell
(10)
sort
(2)
sql
(9)
ssh
(1)
toad
(1)
uniq
(1)
unix
(20)
variables
(1)
vba
(15)
vim
(15)
vlookup
(1)
vowel
(1)
wc
(1)
wordcount
(1)
Popular Posts
vi Search backwards
For some reason I couldn't ever remember how to do a backward search in vi. So I would use forward search command, "/pattern" ...
vi or sed - Delete till end of line from pattern
Here's the regex that will match everything from the pattern until a newline is found. Say you want to remove everything after "he...
Automator - Get folder name using Shell Script
I wanted to move a folder from Movies to Music and rename both the folder and the videos. Challenge was to 1) Pass output of previous act...
Convert from EBCDIC to ASCII
dd if=InputFile of=OutputFile conv=ascii The above command will convert EBCDIC InputFile to ASCII OutputFile. If you omit of=OutputFile, the...
Blog Archive
►
2021
(1)
►
April
(1)
►
2016
(2)
►
February
(1)
►
January
(1)
►
2015
(3)
►
August
(1)
►
February
(2)
►
2012
(2)
►
January
(2)
►
2011
(14)
►
December
(1)
►
September
(1)
►
August
(1)
►
July
(1)
►
June
(1)
►
May
(2)
►
April
(1)
►
February
(3)
►
January
(3)
▼
2010
(30)
►
November
(1)
▼
October
(2)
When ssh relentlessly keeps asking for password
Using python shell for django project
►
September
(1)
►
August
(7)
►
July
(2)
►
May
(7)
►
April
(4)
►
February
(5)
►
January
(1)
►
2009
(38)
►
December
(3)
►
November
(3)
►
October
(1)
►
July
(6)
►
June
(7)
►
May
(11)
►
April
(7)
►
2008
(8)
►
November
(2)
►
September
(1)
►
August
(5)
No comments:
Post a Comment