https://github.com/sohnryang/django-markdown-blog
markdown blog powered by django
https://github.com/sohnryang/django-markdown-blog
blog django markdown python
Last synced: 3 months ago
JSON representation
markdown blog powered by django
- Host: GitHub
- URL: https://github.com/sohnryang/django-markdown-blog
- Owner: sohnryang
- Created: 2017-12-12T08:48:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-16T04:44:49.000Z (over 7 years ago)
- Last Synced: 2025-01-18T09:33:09.141Z (5 months ago)
- Topics: blog, django, markdown, python
- Language: Python
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django-markdown-blog
Markdown blog powered by django.
## Installation (on pythonanywhere)
1. Open bash shell and execute these commands.
```
git clone https://github.com/sohnryang/django-markdown-blog
cd django-markdown-blog
./install.py
```> *Note: You will be asked username and password while executing the last command.*
2. Your last command will printed something like this.
```
Use this when you are setting web in pythonanywhere.
source code: /home/sohnryangblog/django-markdown-blog
working directoty: /home/sohnryangblog
virtualenv: /home/sohnryangblog/django-markdown-blog/venv
/static/ in static: /home/sohnryangblog/django-markdown-blog/blog/static
```You can use this when you are setting pythonanywhere web app.