Skip to content

SantiagoYoung/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 Guest access
  • Migrate to python3
  • Update Django to lastest version
  • Internationalization add Chinese support
  • Use Travi CI auto test and deploy to heroku

Doing

  • Add Unittest
  • Code style pep8 format

Install Guide

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

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

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

# Run
$ python manage.py runserver

About

Python Django构建的一个社交网站

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 48.9%
  • HTML 34.1%
  • JavaScript 11.4%
  • CSS 5.6%