update wiki
This commit is contained in:
parent
22a5227de3
commit
9b3cdc3814
@ -82,15 +82,15 @@
|
||||
|
||||
2. Check syntax.
|
||||
|
||||
./manage.py check --deploy
|
||||
python manage.py check --deploy
|
||||
|
||||
3. Migrate changes.
|
||||
|
||||
./manage.py migrate
|
||||
python manage.py migrate
|
||||
|
||||
4. Create superUSER
|
||||
|
||||
./manage.py createsuperuser
|
||||
python manage.py createsuperuser
|
||||
|
||||
|
||||
## Run with Apache server and wsgi
|
||||
|
@ -53,19 +53,19 @@ packages, you will probably want the following:
|
||||
|
||||
6. Check syntax.
|
||||
|
||||
./manage.py check --deploy
|
||||
python manage.py check --deploy
|
||||
|
||||
7. Migrate changes.
|
||||
|
||||
./manage.py migrate
|
||||
python manage.py migrate
|
||||
|
||||
8. Create superUSER
|
||||
|
||||
./manage.py createsuperuser
|
||||
python manage.py createsuperuser
|
||||
|
||||
9. Use the following commands to start a service instance
|
||||
|
||||
./manage.py runserver
|
||||
python manage.py runserver
|
||||
|
||||
## Production Installation
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user