A django movie website. My Live Demo : http://novafilm.pythonanywhere.com/
Updated !
Login, Register and Profile system added
- Login, Register and Profile system
- REST APIs
- git clone https://github.com/AnonC0DER/NovaFilm.git
- cd NovaFilm
- python3 manage.py createsuperuser
Enter your username and password - python3 manage.py runserver
open 127.0.0.1:8000 in your browser - Admin Panel : 127.0.0.1:8000/admin
Enter your username and password - Now you can post movies and series
All posters are upload here
Main template, navbar and pagination are here
Settings, main urls and etc are here
Home page, single movie page, single serial page and etc are handle here
Css, html and js are here