Skip to content

Commit 1901c6f

Browse files
committed
Add new readme
1 parent ebb909b commit 1901c6f

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

django-diary/README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
# Django Diary
2-
3-
> **Note:** The project is built with `Python 3.9.1`, but should work with any Python3 version.
4-
5-
## About this repository
1+
# Build Your Personal Diary With Django
62

73
This is a companion project to the ["Build Your Personal Diary With Django"](https://realpython.com/django-diary-project-python/) tutorial on Real Python.
84
Visit the article to follow along or download the content of `source_code_final` folder from this repository.
95

10-
## How To Run `django-diary`
116

127
Type the following commands into a terminal to create and activate a virtual environment and install the requirements:
138

@@ -16,8 +11,7 @@ $ python -m venv venv
1611
$ source venv/bin/activate
1712
$ python -m pip install -r requirements.txt
1813
```
19-
20-
Then run the database migrations and create a superuser:
14+
Then you can navigate into a step folder, run the database migrations, and create a superuser:
2115

2216
```sh
2317
$ python manage.py migrate
@@ -30,6 +24,3 @@ Finally, run the local Django development server:
3024
$ python manage.py runserver
3125
```
3226

33-
## License
34-
35-
Distributed under the MIT license.

0 commit comments

Comments
 (0)