Skip to content

macagua/example.django.ratings

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 [email protected]

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/

Releases

No releases published

Packages

No packages published