Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 483 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 483 Bytes

Bingebuffer

An unbiased IMDB type webapp built with Django & Materialize. Moderator/Public type review platform for movies, anime, series & games.

Setup Commands

  1. Move to the project directory to execute in-built django scripts.
cd bingebuffer
  1. Run migrations to be up to date
python manage.py migrate
  1. Create a super user
python manage.py createsuperuser
  1. Start the django server
 python manage.py runserver