Index » contribute » developer documentation » PyLucid virtualenv » manage.sh for developing
You need a manage.sh for developing purposes. e.g.: makemessages or create_initialdata
copy this file into: /home/FooBar/PyLucid_env/manage.sh
1 2 3 4 5 6 7 8
#!/bin/bash export DJANGO_SETTINGS_MODULE=pylucid_project.settings source bin/activate cd src/pylucid/pylucid_project/ python manage.py $*
permalink
django-processinfo: 6.7 ms of 249.6 ms (2.7%)