Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 470 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 470 Bytes

Vidly

A very small and lightweight django site for movies rental services.

Setup

  1. Install all the required dependencies
  2. Run python3 manage.py runserver
  3. Run django-admin createsuperuser to create an admin account
  4. Before uploading to the server use python3 manage.py collectstatic
  5. After uploading to the server add the running url to the allowed host section in settings.py