Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

SNNU-CS/hackthon-rearend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hackthon-rearend

Build Status LICENSE image

2019.04.20 - 2019.04.21 西安电子科技大学-微软俱乐部-hackathon。 PPT 队,后端部分,微信小程序

项目结构

│  manage.py
│ 
│  
├─activity
│  │  admin.py
│  │  apps.py
│  │  models.py
│  │  Serializer.py
│  │  tests.py
│  │  urls.py
│  │  views.py
│  │  __init__.py
│  │  
│  ├─migrations
│      0001_initial.py
│      0002_auto_20190420_2108.py
│      0003_activity_number.py
│      0004_auto_20190421_0056.py
│      __init__.py
│              
├─hackthon
│    settings.py
│    urls.py
│    wsgi.py
│    __init__.py
│         
└─user
    │  admin.py
    │  apps.py
    │  models.py
    │  Serializer.py
    │  tests.py
    │  urls.py
    │  views.py
    │  __init__.py
    │  
    ├─migrations
         0001_initial.py
         0002_auto_20190421_0225.py
         0003_auto_20190421_0228.py
         __init__.py

开发流程

  • Python环境:python3.5+
  • MySQL:3.5以上
  • Django:2.0以上
pip3 install -r dev-requirment.txt
python manage.py migrate
✨🍰✨

测试

pytest --pep8
pytest

启动服务

python manage.py runserver

致谢

感谢西安电子科技大学微软俱乐部提供优异的条件和愉快的体验。

About

黑客马拉松@西安电子科技大学-微软技术俱乐部,后端

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages