https://github.com/kernel-loophole/django-polls
using Django queryes in polls using Django docs
https://github.com/kernel-loophole/django-polls
Last synced: about 1 year ago
JSON representation
using Django queryes in polls using Django docs
- Host: GitHub
- URL: https://github.com/kernel-loophole/django-polls
- Owner: kernel-loophole
- Created: 2021-10-02T14:38:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-11T19:09:41.000Z (over 4 years ago)
- Last Synced: 2025-01-24T10:46:50.690Z (over 1 year ago)
- Language: Python
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django-polls

# How to Query Database
Using Django queryes in polls App.How to connect to Database and extract valuable information for Database using Django F and Q module.