|
@@ -52,12 +52,8 @@ class Command(NoArgsCommand):
|
|
|
# Documents will belong to this user but we run the install as the current user
|
|
# Documents will belong to this user but we run the install as the current user
|
|
|
try:
|
|
try:
|
|
|
sample_user = install_sample_user()
|
|
sample_user = install_sample_user()
|
|
|
- self._install_tables(options['user'], options['app_name'])
|
|
|
|
|
- except Exception, ex:
|
|
|
|
|
- exception = ex
|
|
|
|
|
-
|
|
|
|
|
- try:
|
|
|
|
|
self._install_queries(sample_user, options['app_name'])
|
|
self._install_queries(sample_user, options['app_name'])
|
|
|
|
|
+ self._install_tables(options['user'], options['app_name'])
|
|
|
except Exception, ex:
|
|
except Exception, ex:
|
|
|
exception = ex
|
|
exception = ex
|
|
|
|
|
|