Skip to content

RainArrowL/Hadark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dependencies:

pip install django
pip install djangorestframework
apt-get install libmysqld-dev
apt-get install python-dev
pip install mysql-python
pip install django-cors-headers
pip install PyMysql

pre works

  1. add a File object values(name="/", file_type="directory", parent="None")
  2. add a File object values(name="user", file_type="directory") and its parent should be the above one

run:

python manage.py migrate
python manage.py runserver

P.S. pages should be transmitted through nginx, not django

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.7%
  • JavaScript 23.8%
  • HTML 19.7%
  • CSS 1.8%