-
Notifications
You must be signed in to change notification settings - Fork 14
Port 2015 tools to 2016 website #89
Comments
I can work on this. Here is my plan of action:
What do you guys think about having a https://2016.djangocon.us/data page(accessible to superusers only) that has a list of all downloadable CSVs? It will save us from having to remember the CSV urls. |
@sul4bh great idea, that'd be perfect! |
I ran into an issue regarding pinax-symposium and have submitted an issue upstream (pinax/symposion#131). I am hoping to hear from them soon. Do we need schedule_json() and guidebook_news_feed() for 2016? |
@sul4bh Thanks for the update. The Yes, we do need Let me know if you have questions and thanks again! |
Thanks for the tips Jeff. Just created pr #93 |
Thanks again! |
We need to port our 2015 tools into the 2016 code base. This allows Guidebook and some of our other tools to work properly.
These are the requirements:
djangocon.views.*
views from the 2015 website into the 2016 websiteunidecode
,tablib
,unicodecsv
, ...)@login_required
views to only allowsuperuser
access. Example 1 and Example 2.The text was updated successfully, but these errors were encountered: