mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-04 12:10:16 +03:00
Merge 1cc119e142
into ce591e3d55
This commit is contained in:
commit
85805443d7
|
@ -73,6 +73,14 @@ Enter the project and take a look around::
|
|||
$ cd redditclone/
|
||||
$ ls
|
||||
|
||||
Next, install your local dependancies::
|
||||
|
||||
$ pip install -r requirements/local.txt
|
||||
|
||||
For production::
|
||||
|
||||
$ pip install -r requirements.txt
|
||||
|
||||
Create a GitHub repo and push it there::
|
||||
|
||||
$ git init
|
||||
|
|
Loading…
Reference in New Issue
Block a user