This is a imitation 中华蒲氏文化协会 forum using Python, Django, Bootstrap and MySQL.
- Python 3.5
- Django 1.11
git clone git@github.com:fsvu/V8EX.git
Change Models in models.py
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
├── BBS
│ ├── __init__.py
│ ├── __pycache__
│ │ ├── __init__.cpython-34.pyc
│ │ ├── settings.cpython-34.pyc
│ │ ├── urls.cpython-34.pyc
│ │ └── wsgi.cpython-34.pyc
│ ├── settings.py
│ ├── urls.py
│ └── wsgi.py
├── README.md
├── app
│ ├── __init__.py
│ ├── __pycache__
│ │ ├── __init__.cpython-34.pyc
│ │ ├── admin.cpython-34.pyc
│ │ ├── models.cpython-34.pyc
│ │ ├── urls.cpython-34.pyc
│ │ └── views.cpython-34.pyc
│ ├── admin.py
│ ├── migrations
│ │ ├── 0001_initial.py
│ │ ├── __init__.py
│ │ └── __pycache__
│ ├── models.py
│ ├── tests.py
│ ├── urls.py
│ └── views.py
├── manage.py
├── media
│ └── upload_imgs
│ ├── index.jpg
│ └── user-0.jpg
├── static
│ ├── css
│ │ ├── base.css
│ │ ├── bootstrap.min.css
│ │ └── navbar-fixed-top.css
│ ├── fonts/
│ └── js
│ ├── bootstrap.min.js
│ ├── jquery.min.js
│ └── search.js
└── templates
├── base.html
├── base_center.html
├── category.html
├── detail.html
├── index.html
├── login.html
├── node.html
├── post.html
├── reg.html
├── search.html
└── userInfo.html
- change chineses words