Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 310 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 310 Bytes

transportal

Transportal

  1. Set Conda environment
    conda env create -f environment.yml
  1. To migrate table in Django, type in these new commands
    python manage.py makemigrations
    python manage.py migrate --run-syncdb
  1. Run the application: python manage.py runserver 0.0.0.0:8123