Page MenuHomeSoftware Heritage

Makefile.local
No OneTemporary

Makefile.local

FLAKEFLAGS='--exclude=swh/manage.py,swh/deposit/settings.py,swh/deposit/migrations/'
MANAGE=python3 -m swh.manage
db-drop:
dropdb swh-deposit-dev
db-create:
createdb swh-deposit-dev
db-prepare:
$(MANAGE) makemigrations
db-migrate:
$(MANAGE) migrate
db-load-data:
$(MANAGE) loaddata deposit_data
run-dev:
$(MANAGE) runserver
run:
gunicorn3 swh.deposit.wsgi
# .PHONY: test
# test:
# cd swh && python3 manage.py test

File Metadata

Mime Type
text/plain
Expires
Fri, Jul 4, 3:58 PM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3345941

Event Timeline