1. mkdir sin(source insight prj dir) 2. creat sin prj 3. push OK directly without setting source file route 4. push close without adding source code to project 5.defualt project settings 6. add src file to project. 参考: sourceinsight 相对路径设置…
静态文件路径设置官方说明 1. Make sure that django.contrib.staticfiles is included in your INSTALLED_APPS. 2. In your settings file, define STATIC_URL, for example: STATIC_URL = '/static/' 3. Store your static files in a folder called static in your app. For e…