GithubHelp home page GithubHelp logo

library-server's Introduction

微信小程序-移动端图书馆-后台

项目说明:

  • 微信小程序后台:为小程序前端提供数据接口,项目持续更新中

  • 使用技术:python3.5、django、mysql、uwsgi...

项目使用

    pip install requirements.txt
    python manage.py runserver

目录结构:

    │  .gitignore               # gitignore 相关
    │  manage.py                # django管理相关
    │  README.md                
    │  requirements.txt         # 项目所需的包
    │  uwsgi.ini                # 项目服务器配置,uwsgi参数
    │
    ├─apps                      # django应用
    │  │  __init__.py
    │  ├─search
    │  ├─user
    │
    ├─gdutLibrary               # django主体
    │  │  settings.py
    │  │  urls.py
    │  │  wsgi.py
    │  │  __init__.py
    │
    └─libs                      # 项目引用的额外包
        │  django_jwt_session_auth.py
        │  WXBizDataCrypt.py
        │  __init__.py

library-server's People

Contributors

sijianian avatar

Watchers

James Cloos avatar  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.