Initial commit to support random auto admin password and first run wizard
This commit is contained in:
@@ -120,7 +120,7 @@ If using ``PostgreSQL``, enter the following::
|
||||
|
||||
Populate the database with the project's schema doing::
|
||||
|
||||
$ ./manage.py syncdb --migrate
|
||||
$ ./manage.py syncdb --migrate --noinput
|
||||
|
||||
To test your installation, create a file called settings_local.py with the following content::
|
||||
|
||||
@@ -186,7 +186,7 @@ If using ``PostgreSQL``, enter the following::
|
||||
|
||||
Populate the database with the project's schema doing::
|
||||
|
||||
$ ./manage.py syncdb --migrate
|
||||
$ ./manage.py syncdb --migrate --noinput
|
||||
|
||||
To test your installation, create a file called settings_local.py with the following content::
|
||||
|
||||
@@ -276,7 +276,7 @@ To install **Mayan EDMS** on Webfaction_, follow these steps:
|
||||
|
||||
6. Create the database schema::
|
||||
|
||||
$ ./manage.py syncdb --migrate
|
||||
$ ./manage.py syncdb --migrate --noinput
|
||||
|
||||
7. Collect the static files of the apps::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user