Corey Oordt
6f6241c264
Altered the field type of the alternate url field from URL to Char. This allows relative urls, instead of full urls.
...
Added a migration in case the database complains. Really doesn't do anything on that level
2012-01-03 09:18:10 -05:00
Corey Oordt
3e8a10ad4e
Added an active flag for models
2011-08-22 09:51:11 -04:00
Corey Oordt
3b6d469b89
Due to settings, the migration for the category relations table never would be created. This fixes it
2011-08-03 14:23:30 -04:00
Corey Oordt
cedd54e85d
Added an alternate url field to the model.
2011-08-01 09:09:34 -04:00
Corey Oordt
efe3cdd06b
Refactored the thumbnail from imagefield to filefield.
...
Why? ImageField causes hits to storage to fill out certain fields. Added a storage class and width/height fields so it is possible to scale the thumbnails and store them somewhere besides the filesystem.
2011-05-11 09:01:33 -04:00
Corey Oordt
8e843fbcd1
Adding South migrations
2011-05-11 08:58:39 -04:00