A very small and lightweight django site for movies rental services.
- Install all the required dependencies
- Run
python3 manage.py runserver
- Run
django-admin createsuperuser
to create an admin account - Before uploading to the server use
python3 manage.py collectstatic
- After uploading to the server add the running url to the allowed host section in settings.py
- Django tutorial by Mosh Hamedani