Skip to content

OpenBikes/challenge.openbikes.co

Repository files navigation

Challenge

Development

Installation

  • pip install -r requirements.txt
  • python manage.py migrate
  • python manage.py makemigrations public
  • python manage.py migrate

Workflow

  • Run python manage.py runserver in the second one

Running migrations

  • Change your models (in models.py)
  • Run python manage.py makemigrations to create migrations for those changes
  • Run python manage.py migrate to apply those changes to the database

About

🏆 2016/2017 university challenge webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages