Skip to content
This repository was archived by the owner on Oct 7, 2023. It is now read-only.

Getting comic books into the database

Timothy Bueno edited this page Oct 1, 2013 · 3 revisions

In a Vagrant console:

  1. workon longboxed

  2. python manage.py update_database

  3. python manage.py schedule_releases

Look at the logs in the /logs directory. With each command you issue the scripts should populate the logs with any and all additions it makes to the database. Each command also has a summary output at the end of its execution.

Clone this wiki locally