Skip to content

tianluling/nhyai

 
 

Repository files navigation

nhyai

南海云 AI 开放平台

数据库割接:

python backend/manage.py makemigrations

python backend/manage.py migrate

后台运行: screen python backend/manage.py runserver 0.0.0.0:8000 --noreload --insecure

性能分析+后台运行: python backend/manage.py runprofileserver 0.0.0.0:8000 --noreload --insecure --kcachegrind --prof-path=/tmp/ai-profile-data

运行多任务: screen python backend/manage_task.py rqworker android ios default

如遇到mysql安装错误,在ubuntu下执行如下命令: sudo apt-get install libmysqlclient-dev

创建用户: python backend/manage_task.py createsuperuser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 43.3%
  • C 35.3%
  • Vue 9.3%
  • Python 9.0%
  • Cuda 2.3%
  • C++ 0.7%
  • Other 0.1%