GitHub - finallyeva/bootcamp: 一个社区网站, 使用 Python 3 & Django 1.10 构建 · GitHub
Skip to content
 
 

Latest commit

 

History

345 Commits

Folders and files

Repository files navigation

Bootcamp

Build Status codecov

Bootcamp is an open source social network built with Python using the Django Web Framework.

Demo:

https://bootcamp.qulc.me/

Fork Features

  • Add Unittest
  • Migrate to python3
  • Code style pep8 format
  • Change use guest access
  • Update Django to lastest version
  • Internationalization add Chinese support
  • Use Travi CI auto test and deploy to heroku

Doing

  • Add cache optimization

Install Guide

$ git clone https://github.com/qulc/bootcamp.git
$ cd bootcamp/

# Use Python3 virtualenv
$ pyvenv venv && source venv/bin/activate 
$ pip install -r requirements.txt

# Create Tables
$ python manage.py makemigrations
$ python manage.py migrate

# Run
$ python manage.py runserver

About

一个社区网站, 使用 Python 3 & Django 1.10 构建

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages