mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
Refs #91 - Makefile creates 'var' folder to store database (was failing to create sqlite file).
This commit is contained in:
parent
5c262dfa52
commit
ca9c9b3caf
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -28,6 +28,7 @@ help:
|
|||
|
||||
#: develop - Install minimal development utilities such as tox.
|
||||
develop:
|
||||
mkdir -p var
|
||||
$(PIP) install tox
|
||||
$(PIP) install -e ./
|
||||
$(PIP) install -e ./demo/
|
||||
|
|
|
|||
Loading…
Reference in a new issue