repo.or.cz
/
archweb_dev-nj.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added robots.txt
[archweb_dev-nj.git]
/
scripts
/
djangoshell.sh
blob
457c882738dc6fda2d22d4a729bd5875edfe878a
1
#!/bin/bash
2
cd
/
home
/
sites
/
archlinux
/
archlinux
3
export
PYTHONPATH
=/
usr
/
local
/
django
:/
home
/
sites
/
archlinux
:
${PYTHONPATH}
4
export
DJANGO_SETTINGS_MODULE
=
archlinux.settings
5
python manage.py $
*
6