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
- Host: GitHub
- URL: https://github.com/macagua/example.django.ratings
- Owner: macagua
- Created: 2020-08-20T02:25:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T10:04:49.000Z (about 5 years ago)
- Last Synced: 2025-06-05T22:41:44.970Z (4 months ago)
- Topics: django, django-application, django-project, macagua, rating, ratings
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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.comRun
===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/