Commit Graph

4 Commits

Author SHA1 Message Date
Christoffer Viken 7c932104b0 This is emberassing; forgot verbose_name
New migrations require total wipe of database.
Expect a couple of migration complete reboots during initial dev.
2015-09-20 12:23:10 +02:00
Christoffer Viken aed126f8f0 This is emberassing; forgot verbose_name
New migrations require total wipe of database.
Expect a couple of migration complete reboots during initial dev.
2015-08-16 21:44:15 +02:00
Christoffer Viken fbb1c53dd0 Now including migrations. 2015-08-16 16:03:06 +02:00
Ilse Gerda Visser a246b0fbb6 Add classes to models
Create a new app, mercantile, which takes care of everything related to
money and calculations. Add classes and variables to the models of
both waffles and mercantile.

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
# Your branch is up-to-date with 'origin/master'.
#
# Changes to be committed:
#	new file:   mercantile/.models.py.swp
#	new file:   mercantile/__init__.py
#	new file:   mercantile/admin.py
#	new file:   mercantile/migrations/__init__.py
#	new file:   mercantile/models.py
#	new file:   mercantile/tests.py
#	new file:   mercantile/views.py
#	modified:   waffles/models.py
#
# Changes not staged for commit:
#	modified:   .gitignore
#
2015-08-16 15:42:28 +02:00