Skip to content

SakibSibly/auto-docs-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auto-docs-server

Back-end for automatic document generation system.

Requirements

Run the requirements.txt to install the dependencies.

pip install -r requirements.txt

Enviroment variables generation

Run 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=local and can leave the database configurtions unchanged.

Run the development server

Apply migrations to the database.

python manage.py makemigrations
python manage.py migrate

Run manage.py from the directory.

python manage.py runserver

About

Back-end for automatic document generation system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published