This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
Feature: Add shell command in Makefile
pull/139/head
winkidney
5 years ago
parent
fd0e1d87ba
commit
22f070ff2b
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Makefile
+ 2
- 0
Makefile
View File
@@ -17,3 +17,5 @@ install:
pipenv install
test:
pipenv run python manage.py test
shell:
pipenv run python manage.py shell
Write
Preview
Loading…
Cancel
Save