We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47481d1 commit ab2caaaCopy full SHA for ab2caaa
usage.md
@@ -0,0 +1,27 @@
1
+# Installation
2
+
3
4
+#### Clone the project to your local machine
5
+```
6
+git clone https://github.com/iColdPlayer/django-blog.git
7
8
+cd django-blog
9
10
+#### Run the Virtual Environment within the `env` folder.
11
12
+source env/bin/activate
13
14
15
+#### Install all the dependencies
16
17
+pip install -r requirements.txt
18
19
20
+#### Run the server locally
21
22
+./manage.py runserver
23
24
25
+Go to your local server `localhost:8000` and you're ready to go!.
26
27
+Thank you!.
0 commit comments