PyLucid CMS Logo

create a manage.sh for developing purposes

You need a manage.sh for developing purposes. e.g.: makemessages or create_initialdata

copy this file into: /home/FooBar/PyLucid_env/manage.sh

Bash
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 $*
0 comments for 'manage.sh for developing':
    there exist no comment for 'manage.sh for developing'
Leave a comment
tag navi developing

django-processinfo: 6.7 ms of 249.6 ms (2.7%)