Skip to content

Commit

Permalink
Removed project path restriction on South environment shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
h3 committed Feb 27, 2013
1 parent 51472f2 commit f3aa3ae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dukeclient/templates/env
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ alias validate="__django validate"
alias safedumpdata="__django dumpdata --natural --exclude=contenttypes --exclude=auth.Permission --exclude=south.MigrationHistory"

# South shortcuts
alias convert_to_south="__django convert_to_south"
alias datamigration="__django datamigration"
alias graphmigrations="__django graphmigrations"
alias migrate="__django migrate"
alias migrationcheck="__django migrationcheck"
alias schemamigration="__django schemamigration"
alias convert_to_south="django convert_to_south"
alias datamigration="django datamigration"
alias graphmigrations="django graphmigrations"
alias migrate="django migrate"
alias migrationcheck="django migrationcheck"
alias schemamigration="django schemamigration"

# Duke commands

Expand Down

0 comments on commit f3aa3ae

Please sign in to comment.