Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 607 Bytes

README.rst

File metadata and controls

32 lines (19 loc) · 607 Bytes

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/