magdapoppins / bookelf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookelf Api

Getting started (macOS)

  1. Create a venv python3 -m venv venv
  2. Activate it source venv/bin/activate
  3. Install requirements pip install -r requirements.txt
  4. Migrate db python manage.py migrate
  5. Create a superuser for yourself python manage.py createsuperuser --email your@email.com --username yourusername
  6. Start and go! python manage.py runserver

About


Languages

Language:Python 100.0%