python - Pychram中django工程中调用south的问题
天蓬老师
天蓬老师 2017-04-17 13:23:15
0
1
391

MAC下 下载了south并且安装了,如何在pychram的django项目中引入south APP并调用south。还有,我想增加几个APP,在pycharm中如何新建APP。。。没找到啊..附上图片:

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(1)
伊谢尔伦

Introductionsouth? The official documentation has instructions on how to use south, including methods that do not initialize the database and already have an existing database

django’s app is the package or module of python.
Just create a new folder and corresponding files directly. The folder name is appname
The folder contains at least __init__.py,views.py,models.py.
The remaining test.py,url.py can be added as needed.

Of course, you can also use pycharm to open the terminal.
Run python manage.py startapp appname or django-admin.py startapp appname

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!