Skip to content

Commit ce28332

Browse files
committed
[INTERNAL] Update README.md
1 parent 9da14b3 commit ce28332

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,17 @@ This repo is a boilerplate for quickly creating new websites using Django framew
3434

3535
- Files that needs to be pre-processed live under `assets` directory. (e.g., `assets/css/tailwind.css` and files under `assets/components`)
3636

37+
- All Django templates live in `templates` directory
38+
3739
## Installing
3840

3941
- Do the project scaffolding with:
4042

41-
```bash
42-
$ npx degit jvcarli/django-react-tailwindcss myproject
43-
```
43+
```bash
44+
$ npx degit jvcarli/django-react-tailwindcss myproject
45+
```
4446

45-
Alternatively, you can use `$ git clone https://github.com/jvcarli/django-react-tailwindcss` and remove the `.git` directory.
47+
Alternatively, you can use `$ git clone https://github.com/jvcarli/django-react-tailwindcss` and remove the `.git` directory.
4648

4749
- Inside the project root directory install node **and** python dependencies with:
4850

@@ -56,7 +58,7 @@ This repo is a boilerplate for quickly creating new websites using Django framew
5658

5759
- **SECURITY**
5860

59-
After cloning and installing the dependencies run `bootstrap.sh` script. It's just a simple bash script that runs a django internal command that regenerates Django SECRET_KEY (it must be **UNIQUE** for every project.).
61+
After cloning and installing the dependencies run `bootstrap.sh` script. It's just a simple bash script that runs a django internal command that regenerates Django SECRET_KEY (it must be **UNIQUE** for every project.).
6062

6163
**You won't be able to run django server if you don't have a SECRET_KEY. This is by design. Remember to keep the secret key used in production secret. The key generated by this script is meant to be only used in a development enviroment, so it can be shared without any problems.**
6264

0 commit comments

Comments
 (0)