https://github.com/banool/qa-django-basic
Super basic q&a Django app
https://github.com/banool/qa-django-basic
Last synced: about 1 year ago
JSON representation
Super basic q&a Django app
- Host: GitHub
- URL: https://github.com/banool/qa-django-basic
- Owner: banool
- Created: 2018-04-07T07:58:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T00:36:26.000Z (about 8 years ago)
- Last Synced: 2025-03-14T23:43:25.154Z (over 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Q&A app for Django
This is just an extremely basic anonymous Q&A thingy, inspired by [Bill Wurtz'](http://www.billwurtz.com/questions/questions.html).
See [https://qa.dport.me](https://qa.dport.me) for a working example.
Currently you can't answer the questions without the admin page.
## To do
I want to implement:
- ~Rate limiting.~
- A way to answer the questions without using the admin page.
- ~Notifying the site owner when they receive a question.~
- Notifying the person who asked a question when it is answered (this would of course preclude anonymity).
- A nicer looking page.
I want to keep it simple throughout all of this, without any rating systems or anything like that.