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:
authorBernhard Posselt <BernhardPosselt@users.noreply.github.com>2018-02-04 22:57:47 +0300
committerGitHub <noreply@github.com>2018-02-04 22:57:47 +0300
commitde6925e46f380080b2c9eb320fec362b72d80924 (patch)
treeb701fc5e99f51bde010ae90d67da81d04dc3cd70 /Makefile
parent4ca424dac8c4beda13a3ac48e26b770d15d9b86c (diff)
Sync Nextcloud releases with GitHub (#544)3.2.0
* add command for fetching nextcloud releases from github * simplify loop * pull out client * update allauth * add test for parsing github json * add docs, finish command * fix style * remove extra file * delete file * narrow down fixtures * update changelog * update changelog
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ee786065df..116439c4db 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ endif
.PHONY: initdb
initdb:
$(manage) migrate --settings nextcloudappstore.settings.development
- $(manage) loaddata $(CURDIR)/nextcloudappstore/**/fixtures/*.json --settings nextcloudappstore.settings.development
+ $(manage) loaddata $(CURDIR)/nextcloudappstore/core/fixtures/*.json --settings nextcloudappstore.settings.development
$(manage) createsuperuser --username admin --email admin@admin.com --noinput --settings nextcloudappstore.settings.development
$(manage) verifyemail --username admin --email admin@admin.com --settings nextcloudappstore.settings.development
$(manage) setdefaultadminpassword --settings nextcloudappstore.settings.development