-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e16ef0
commit 384dc55
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# jangoblog | ||
Jangoblog, Blog App Using Django 2.0 💚 | ||
> My brilliant python project | ||
## Build Setup | ||
|
||
``` bash | ||
# make sure python3, pip and django installed | ||
|
||
# open project in the terminal | ||
$ cd jangoblog | ||
|
||
# serve with hot reload at http://127.0.0.1:8000 | ||
$ python3 manage.py runserver | ||
|
||
``` | ||
|
||
For detailed explanation on how things work, checkout [Django docs](https://www.djangoproject.com/). |