hodooor / Hodoor

Server side for Hodoor - Casual attendance system
GNU General Public License v3.0
8 stars 6 forks source link

Longer project names #27

Closed DavidKozina closed 7 years ago

DavidKozina commented 7 years ago

Increase max length of project names to 40 chars

OndrejVicar commented 7 years ago

Nice work @DavidKozina! One more thing is needed. When you change models, you need to create migrations to apply those changes to dabase schema. Migrations file should be version controlled. More on this topic is in django docs https://docs.djangoproject.com/en/1.10/topics/migrations/

You should run

python manage.py makemigrations

and commit generated file.