gearsystems / publicportal

Public portal software which takes uploads of photographs and locations and stores them on the server.
0 stars 12 forks source link

GEAR Systems

Developer setup instructions

  1. Set up a virtual environment
  2. activate virtual environment
  3. pip install -r requirements.txt
  4. python manage.py migrate
  5. python manage.py runserver