An open API service indexing awesome lists of open source software.

https://github.com/macagua/example.django.ratings

Example for using Ratings system for Django Framework
https://github.com/macagua/example.django.ratings

django django-application django-project macagua rating ratings

Last synced: 3 months ago
JSON representation

Example for using Ratings system for Django Framework

Awesome Lists containing this project

README

          

=======================
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/