Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/appstore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradsworth <adi@sieker.io>2016-06-28 12:10:36 +0300
committerGitHub <noreply@github.com>2016-06-28 12:10:36 +0300
commitf6bf3c04e01c5929e2b1163197c8be1a5cfe04ec (patch)
tree6d2055fb44428f7612fa6cdfb1fed29fa89a7b86 /.gitignore
parentde2c7a85a898eac84bc16f350d9bd4eb8341962c (diff)
development setup tweaks. (#68)
* don't recreate the initial migrations on every resetup * ignore development settings - ignore developemnt setting in git - add a settings.development module when running dev-setup make target - in the installation docs mention that a review of the development settings is necessary. * add make target to recreate inital migrations * travis tweaks * clearify where the default development settings are created. * styling * make dev-setup target work locally and on travis. * add django debug toolbar to development setup.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 76a4dd1f85..37bc75b32a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,5 +18,6 @@ nextcloudappstore/local_settings.py
*.sqlite3
*.wp[ru]
nextcloudappstore/settings/production.py
+nextcloudappstore/settings/development.py
bin/
lib/