This website requires JavaScript.
Explore
Help
Sign In
nikdoof
/
test-auth
Watch
1
Star
0
Fork
0
You've already forked test-auth
mirror of
https://github.com/nikdoof/test-auth.git
synced
2025-12-14 06:42:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0aef422d9aab83a9ba7d54b8d0968d16b4a56250
test-auth
/
reddit
History
Andrew Williams
0aef422d9a
Switch from "import settings" to "from django.conf import settings"
2010-12-20 11:46:47 +00:00
..
migrations
Moved to using South, and used a better repo for JSONField
2010-07-01 18:31:42 +01:00
__init__.py
Added basic reddit model
2010-03-02 22:31:59 +00:00
admin.py
Don't use the form for Admin, and only update the API on first add
2010-10-18 12:21:45 +01:00
api.py
Add some better error detection into the Reddit API, also state exactly what the arguments are
2010-11-08 14:41:52 +00:00
forms.py
Small bits of documentation for the Reddit app
2010-08-07 12:32:58 +01:00
models.py
Switch to using __unicode__ and django's smart __str__ handling, also added permalinks for HR models
2010-12-07 11:02:18 +00:00
tasks.py
Switch from "import settings" to "from django.conf import settings"
2010-12-20 11:46:47 +00:00