Commit Graph

11 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
Simon Glisic Randby f62e4e3d6f Add navbar css
The styling for the site's navbar goes in this file.
2015-09-13 22:55:59 +02:00
Simon Glisic Randby 4cd6a28a62 Add header css
The styling of the header goes here
2015-09-13 22:55:26 +02:00
Simon Glisic Randby fd2bfadc7d Add site-wide css rules file
Put only things that are sitewide and should not go in a separate
stylesheet (such as large special purpose chunks like navbar css)
here.
2015-09-13 22:54:03 +02:00
Simon Glisic Randby 84cac661ed Added our first template
It has the most basic vaffling dot noo things, such as a nav-bar,
favico, header and header image, and placeholder content (that is
not ipsum for some reason). Subject to verry much change =)
2015-09-13 22:52:11 +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 e66db0b857 Translations 2015-08-16 21:35:29 +02:00
Christoffer Viken fbb1c53dd0 Now including migrations. 2015-08-16 16:03:06 +02:00
Christoffer Viken 43d2ad6352 Typos and migrations 2015-08-16 15:57:48 +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
Christoffer Viken 61e9ff3ace First tiny data structure 2015-08-16 14:11:07 +02:00