MarkusH / talk-orm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

talk-orm

This demo uses Python 3.7 and Django 2.2

Setup

$ python3.7 -m venv .venv
$ ./.venv/bin/pip install -r requirements.txt
$ ./.venv/bin/python manage.py migrate
$ ./.venv/bin/python manage.py loaddata goodreads

Development

If the virtual environment .venv doesn't exist yet, create one:

$ python3.7 -m venv .venv

Afterwards, ensure all dependencies are installed:

$ ./.venv/bin/pip install -r requirements-dev.txt

The code is formatted using black.

$ ./.venv/bin/black .

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%