Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

examples.django.ratings

Example for using Ratings system for Django Framework

Install

For install, executes the following commands:

$ pip3 install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py createsuperuser --username admin --email admin@mail.com

Run

For run, executes the following commands:

$ python manage.py runserver

Open in your browser the following URL: http://127.0.0.1:8000/

Also you can open in your browser the following URL: http://127.0.0.1:8000/admin/

About

Example for using Ratings system for Django Framework

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages