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

https://github.com/ruanhao/simple-web-project

a simple web site
https://github.com/ruanhao/simple-web-project

boilerplate-application web

Last synced: 11 months ago
JSON representation

a simple web site

Awesome Lists containing this project

README

          

# simple-web-project
a simple web site

# Install
```
pip install django
pip install django-bootstrap3
pip install django-wysiwyg
pip install django-tinymce
./manage.py migrate
./manage.py makemigrations
./manage.py migrate
./manage.py runserver
```