Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-30T18:26:57.000Z (about 5 years ago)
- Last Synced: 2024-02-05T07:29:16.429Z (11 months 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
![Index Page]( screenshot/home.png)
![Different Featured]( screenshot/types.png)
![Categpry and Year Wise]( screenshot/category.png)