Giter Site home page Giter Site logo

zhanghaoyu1990 / bootcamp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from qulc/bootcamp

0.0 1.0 0.0 595 KB

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

Home Page: https://bootcamp.qulc.me

License: MIT License

Python 49.36% CSS 5.56% JavaScript 11.34% HTML 33.74%

bootcamp's Introduction

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 and show coverage
  • Migrate from Python 2 to Python 3.6
  • Code style pep8 format
  • Add Travi CI auto test and deploy to heroku
  • Change allow guest user access
  • Internationalization add Chinese support
  • Upgrade Django to lastest version

Doing

  • Add cache optimization
  • Optimization search

Install Guide

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

# Use Python 3.6 virtualenv or pyenv
$ python -m venv {VENV} && source venv/bin/activate
$ python -m pip install -r requirements.txt

# Add DATABASE_URL, REDIS_URL config to env
$ export REDIS_URL=redis://localhost:6379/0
$ export DATABASE_URL=postgres://postgres:@localhost:5432/bootcamp

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

# Test
$ python manage.py test

# Run
$ python manage.py collectstatic
$ python manage.py runserver

bootcamp's People

Contributors

vitorfs avatar qulc avatar igr-santos avatar fabianogoes avatar paulovictor avatar shabinesh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.