~ltp-devs/loco-team-portal/0.2

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Adnane Belmadiaf
  • Date: 2013-01-28 22:50:51 UTC
  • Revision ID: daker@ubuntu.com-20130128225051-2525s59gdau3n9y9
Creating the superuser will trigger the profil creation signal but syncdb hasn't created the profil table yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
apps: env loco_directory/bzr_apps
22
22
 
23
23
loco_directory/loco_directory.db: env apps
24
 
        $(django_manage) syncdb
 
24
        $(django_manage) syncdb --noinput
25
25
        $(django_manage) migrate
26
26
 
27
27
db: loco_directory/loco_directory.db