Skip to content

bangogo/BBS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

中华蒲氏文化协会

This is a imitation 中华蒲氏文化协会 forum using Python, Django, Bootstrap and MySQL.

Requirements

  • Python 3.5
  • Django 1.11

Usage

Clone

git clone git@github.com:fsvu/V8EX.git

Making Model Changes

Change Models in models.py
python manage.py makemigrations
python manage.py migrate

Create An Admin User

python manage.py createsuperuser

Start The Development Server

python manage.py runserver

Project Structure

├── 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

version 1.0

  • change chineses words

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published