Tutorial: Create Initial Databases and resources

This tutorial (like others in this section) represents a mere snapshot of the overall installation process. To see the whole thing in context, please refer back to the given installation procedure. In this case, we presume that initial installation steps have been taken and that the system is ready to perform application-data database-creation steps, which involve:

  1. Before creating data

    $ python manage.py migrate auth
  2. After creating data/database

    $ python manage.py migrate
  3. Prepare data for use

    $ python manage.py collectstatic --noinput