https://github.com/rgab1508/django-blog-example
simple django blog app
https://github.com/rgab1508/django-blog-example
blog django django-example django-material materialize-css simple
Last synced: 9 months ago
JSON representation
simple django blog app
- Host: GitHub
- URL: https://github.com/rgab1508/django-blog-example
- Owner: rgab1508
- Created: 2018-02-14T13:59:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T16:37:39.000Z (about 8 years ago)
- Last Synced: 2025-07-12T18:00:18.392Z (10 months ago)
- Topics: blog, django, django-example, django-material, materialize-css, simple
- Language: HTML
- Size: 10.1 MB
- Stars: 3
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django-blog-example
simple django blog app
+ Not finished yet.
+ Pretty Lame!
### Requirements
+ python 3/2
+ pip
+ Django 2.0.1
### Installation
* pip install -r requirements.txt
### Database config
+ mysql server
+ configure the database at *settings.py*
#### Run development server
+ python manage.py runserver