Web Application (Django) typical project folder structure

后端 未结 2 765
时光取名叫无心
时光取名叫无心 2020-12-16 14:19

I am very new to web development, just wanted to figure out if there is a recommended(preferred) project folder structure to use (may be even specific to Django based projec

2条回答
  •  忘掉有多难
    2020-12-16 15:01

    I've seen a few opinions on this:

    • http://jacobian.org/writing/django-apps-with-buildout/
    • http://github.com/garethr/django-project-templates
    • http://www.stereoplex.com/2008/dec/2/fez-djangoskel-django-projects-and-apps-as-eggs/

    If you're new to web development though, you might want to consider just using the folder structure django-admin and manage.py give you (as Ben suggests). That will let you learn how to write a web app, and you can move the files around later as you need.

提交回复
热议问题