Back-end for automatic document generation system.
Run the requirements.txt to install the dependencies.
pip install -r requirements.txtRun generate_env_file.py from the scripts directory.
python ./scripts/generate_env_file.py- Edit the files of database configurations if you're in the production environment.
- For local development set
DJANGO_ENV=localand can leave the database configurtions unchanged.
Apply migrations to the database.
python manage.py makemigrations
python manage.py migrateRun manage.py from the directory.
python manage.py runserver