summaryrefslogtreecommitdiff
path: root/project/scipycon
AgeCommit message (Expand)Author
2010-11-15Add type and detail fields for the payment model.Madhusudan.C.S
2010-11-14Removed other from sex selection choices for Registration accommodation form.Madhusudan.C.S
2010-11-10Add a skeleton payment model.Madhusudan.C.S
2010-11-08Edit views to make room for accommodation forms.Madhusudan.C.S
2010-11-08Added accommodation Django form, wrote the save method and overwrote the clea...Madhusudan.C.S
2010-11-08Added Django model for accommodation forms.Madhusudan.C.S
2010-11-02View to calculate the number of registrants per event.Madhusudan.C.S
2010-11-02Copy the download csv code that was earlier written but scraped.Madhusudan.C.S
2010-11-02Changing the fee details in the registration form to the link.Madhusudan.C.S
2010-10-30Handling the password in mail problemamit
2010-10-18Fixed the bug with sending the mail content post registration.Puneeth Chaganti
2010-09-08Add scope to context params and list my talks method.Madhusudan.C.S
2010-09-08Capitalize type of audience.Madhusudan.C.S
2010-07-21Removed unwanted mail texts and made the texts scope compliant.Madhusudan.C.S
2010-07-21Added registration and event to accounts page form.Madhusudan.C.S
2010-07-21Added creation of profile to user creation since signals were removed.Madhusudan.C.S
2010-07-21Added event and registrants to Registration summary page.Madhusudan.C.S
2010-07-21Added get_full_name to event and used in required templates.Madhusudan.C.S
2010-07-21Reformatted the file and imports.Madhusudan.C.S
2010-07-21Added phone number, modified Occupation to be choice field.Madhusudan.C.S
2010-07-21Made Timeline model to refer to Event model not vice-versa.Madhusudan.C.S
2010-07-20Add scope as a parameter to all view functions for user app and adjusted the ...Madhusudan.C.S
2010-07-20Add scope as a parameter to all view functions for talks app and adjusted the...Madhusudan.C.S
2010-07-20Added scope to all URLs, all reverse functions and all view methods and remov...Madhusudan.C.S
2010-07-20Add scope as a parameter to all view functions for proceedings app.Madhusudan.C.S
2010-07-20Added null=True for all the Timeline model fields.Madhusudan.C.S
2010-07-20Adding scope as a parameter to all the views.Madhusudan.C.S
2010-07-20Renamed and reordered the imports.Madhusudan.C.S
2010-07-20Moved Timeline model to the top of the file.Madhusudan.C.S
2010-07-20Added a new admin for base models.Madhusudan.C.S
2010-07-20Adjusted views to send the scope in params.Madhusudan.C.S
2010-07-20Added timeline and event models and readjusted ScopedBase model.Madhusudan.C.S
2010-07-16Add a scope pattern to the URLs.Madhusudan.C.S
2010-07-15Renamed Base Model with scope and propogated it to other models.Madhusudan.C.S
2010-07-14Added base app from which all other apps inherit and made corresponding chang...Madhusudan.C.S
2010-07-14Changed json import to accommodate for Python 2.5.Madhusudan.C.S
2010-07-13Removed unwanted files and made more changes to make SciPyCon a clean app.Madhusudan.C.S
2010-07-13Removed the context processor for Sponspors.Madhusudan.C.S
2010-07-13Moved the files to new Django app named scipycon and modified settings.Madhusudan.C.S