Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 0184f17

Browse files
authored
A fix
1 parent 5ac0523 commit 0184f17

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ One difference of this project from https://github.com/egorsmkv/simple-django-lo
3838

3939
### Clone the project
4040

41-
```
41+
```bash
4242
git clone https://github.com/egorsmkv/simple-django-login-and-register-dynamic-lang
4343
cd simple-django-login-and-register-dynamic-lang
4444
```
4545

4646
### Install dependencies & activate virtualenv
4747

48-
```
48+
```bash
4949
pip install pipenv
5050

5151
pipenv install
@@ -60,13 +60,13 @@ pipenv shell
6060

6161
### Apply migrations
6262

63-
```
63+
```bash
6464
python source/manage.py migrate
6565
```
6666

6767
### Collect static files (only on a production server)
6868

69-
```
69+
```bash
7070
python source/manage.py collectstatic
7171
```
7272

@@ -76,6 +76,6 @@ python source/manage.py collectstatic
7676

7777
Just run this command:
7878

79-
```
79+
```bash
8080
python source/manage.py runserver
8181
```

0 commit comments

Comments
 (0)