mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 00:04:13 +03:00
Merge pull request #742 from KTamayo/patch-1
Update developing-locally-webpack.rst
This commit is contained in:
commit
e04cf36b40
|
@ -5,7 +5,7 @@ Developing Locally with Webpack
|
|||
|
||||
The steps below will get you up and running with a super speedy local development environment with Webpack, React, Redux and Hot module Replacement.
|
||||
|
||||
Before you begin, make sure you've created a python virtual environment, installed local python dependencies and created a postres database::
|
||||
Before you begin, make sure you've created a python virtual environment, installed local python dependencies and created a postgres database::
|
||||
|
||||
$ virtualenv env
|
||||
$ source env/bin/activate
|
||||
|
|
Loading…
Reference in New Issue
Block a user