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
- Host: GitHub
- URL: https://github.com/ruanhao/simple-web-project
- Owner: ruanhao
- Created: 2017-02-21T01:18:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T13:59:21.000Z (over 9 years ago)
- Last Synced: 2025-04-11T23:39:50.805Z (about 1 year ago)
- Topics: boilerplate-application, web
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```