Coder Social home page Coder Social logo

ai_detection_backend's Introduction

ai_detection_backend

1.2 项目目录

ai_detection_backend/
|—ai_detection_backend/		#后端项目目录
	|—logs/				#项目运行时/开发时的日志目录
	|—manage.py			
	|—luffyapi/			#项目主应用,开发时的代码保存
	|	|—apps/			#开发者的代码保存目录,以模块[子应用]为目录保存
	|	|—libs/			#第三方内裤的保存目录[第三方组件、模块]
	|	|—settings/			
	|		|—dev.py		#项目开发时的本地配置
	|		|—prod.py		#项目上线时的运行配置
	|	|—urls.py	#总路由
	|	|—utils		#多个模块[子应用]的公共函数类库[自己开发的组件]
	|_scripts/		#保存项目运行时的脚本文件

测试环境中需要注意的配置项

数据库配置:

mysql: 5.7.25版本

数据库名: luffy

用户名和密码在/settings/dev.py 文件中的DATABASES下设置。

pycharm中的配置环境(manage)

Parameters: runserver api.luffycity.cn:8000 # 其中 api.luffycity,cn是自己在C盘host文件中设置的 api代表后端域名,www代表前端域名

127.0.0.1  api.luffycity.cn
127.0.0.1  www.luffycity.cn

ai_detection_backend's People

Contributors

rwby2s 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.