~ronnie.vd.c/loco-team-portal/494950_db_approved

« back to all changes in this revision

Viewing changes to .gcfunctions

  • Committer: Martin Owens
  • Date: 2010-02-18 10:36:58 UTC
  • mto: This revision was merged to the branch mainline in revision 68.
  • Revision ID: doctormo@gmail.com-20100218103658-b1fwmm2tz783mqw9
Add new gcfunctions file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
run:
 
2
  name: Run Server
 
3
  command: ./loco_directory/manage.py runserver
 
4
  offline: True
 
5
sync:
 
6
  name: Sync DB
 
7
  command: ./loco_directory/manage.py syncdb
 
8
  offline: True