An open API service indexing awesome lists of open source software.

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

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