Skip to content

A django based web app for handling movie_ratings by different users.

Notifications You must be signed in to change notification settings

Sayam753/movie_rating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

movie_rating

Installing the requirements

pip install -r requirements.txt

Reseting migrations and clearing the database

find . -path "*/migrations/*.py" -not -name "__init__.py" -delete
find . -path "*/migrations/*.pyc"  -delete
rm -f db.sqlite3

Making migrations and creating superuser

python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser

Running the local server

python manage.py runserver

Creating groups

After running the server, login as admin. Create four groups-

  • is_actor
  • is_director
  • is_production_company
  • public_user

About

A django based web app for handling movie_ratings by different users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published