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: 6 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T16:37:39.000Z (about 7 years ago)
- Last Synced: 2024-10-15T08:16:40.552Z (7 months ago)
- Topics: blog, django, django-example, django-material, materialize-css, simple
- Language: HTML
- Size: 10.1 MB
- Stars: 3
- Watchers: 2
- 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