Skip to content

finallyeva/bootcamp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 49.1%
  • HTML 33.9%
  • JavaScript 11.4%
  • CSS 5.6%