JoBoSo / bigmoneybiking-api

Early work on an API for the react version of my bike touring website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.\venv\Scripts\activate

Activate virtual environment

pip freeze > requirements.txt

Create requirements

pip install -r requirements.txt

Install required packages

python manage.py makemigrations

Make model migration ... after adding bike_tours to INSTALLED_APPS in settings.py

python manage.py migrate

Push migration

python manage.py runserver

Run server

http://127.0.0.1:8000/admin/

Access admin

python manage.py dumpdata > out.json

Create copy of db

About

Early work on an API for the react version of my bike touring website.


Languages

Language:Python 100.0%