symposion_app/pinaxcon/registrasion
Jamie Lennox 59207eb0c9 Other suggested django migrations
So django keeps strict synchronization between its code and migrations
so that it can help generating new migrations. These are the additional
suggested migrations. A lot of these are a null effect, some are things
like transforming an unsigned integer to a signed integer. So not super
urgent on a small scale, but worth doing to keep django happy.
2017-07-02 22:38:38 +10:00
..
management Mass style-check update 2017-03-31 11:54:46 +11:00
migrations Other suggested django migrations 2017-07-02 22:38:38 +10:00
__init__.py Adds Registrasion support to the templates and apps. 2016-04-12 20:15:50 +10:00
apps.py Adds Registrasion support to the templates and apps. 2016-04-12 20:15:50 +10:00
forms.py Use full imports not . 2017-04-29 14:28:48 +10:00
models.py Useless comment 2017-04-25 01:25:54 +10:00
urls.py Adds Registrasion support to the templates and apps. 2016-04-12 20:15:50 +10:00
views.py Use full imports not . 2017-04-29 14:28:48 +10:00