Skip to content

Latest commit

 

History

History

vidly-django

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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