https://github.com/yanikkumar/django-imdb-clone
A small clone of imdb in django loaded with small features
https://github.com/yanikkumar/django-imdb-clone
Last synced: 5 months ago
JSON representation
A small clone of imdb in django loaded with small features
- Host: GitHub
- URL: https://github.com/yanikkumar/django-imdb-clone
- Owner: yanikkumar
- License: other
- Created: 2019-09-30T17:49:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-30T18:26:57.000Z (over 6 years ago)
- Last Synced: 2025-01-20T08:49:23.675Z (over 1 year ago)
- Language: Tcl
- Size: 11.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# django-imdb-clone
A small clone of imdb in django loaded with small features.
More Features will be added soon.
## Full Step to work:
* clone the project or download the project and extract. (choose either way)
* cd into the project folder i.e. `cd imdb-clone` or open cmd inside the folder.
* First install the requirements.txt file via command `pip install -r requirement.txt`
* Then cd into the scripts folder and activate. `cd scripts` -> `activate`
* cd back to imdb clone and cd into src.
* Run the command `python manage.py make migrations` & then `python manage.py migrate`
* Create a Super user for admin pannel. `python manage.py createsuperuser` (create one)
* Finally run the server via `python manage.py runserver` (open up in browser : 127.0.0.1:8000)
## Screenshots


