Coder Social home page Coder Social logo

hustjiangtao / webstack-django Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 35.57 MB

WebStack build by Django

Home Page: http://webstack.hujiangtao.cn

License: GNU Affero General Public License v3.0

Makefile 0.01% Python 4.85% JavaScript 3.21% HTML 49.85% CSS 42.08%
webstack django

webstack-django's Introduction

WebStack

WebStack build by Django.

Intro

这是一个开源的网址导航网站项目,具备完整的前后台,你可以拿来制作自己的网址导航,也可以做与导航无关的网站。如果你有任何疑问,可以通过个人网站 www.hujiangtao.cn 中的联系方式找到我,欢迎与我交流分享。

Usage

  1. clone this project
git clone https://github.com/hustjiangtao/webstack-django.git webstack
cd webstack
  1. install virtual env & requirements
cd webstack
pyenv local 3.6.5
python -m venv .venv
.venv/bin/pip install -r requirements.txt
  1. sql migrate
make migrate
  1. test & run
make test
make dev (for development env)
make run (for production ready)

项目启动成功后,在浏览器中访问:

  1. deploy
  • docker
cd webstack
docker-compose up -d
  • supervisor
supervisorctl start webstack

THX

License

AGPL-3.0

注:本站开源的目的是大家能够在本站的基础之上有所启发,做出更多新的东西。并不是让大家照搬所有代码。 如果你使用这个开源项目,请注明本项目开源地址。

webstack-django's People

Contributors

hustjiangtao avatar

Stargazers

 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.