Use only some parts of Django?

后端 未结 8 1867
北海茫月
北海茫月 2020-11-28 02:39

I like Django, but for a particular application I would like to use only parts of it, but I\'m not familiar enough with how Django works on the inside, so maybe someone can

8条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-28 03:07

    I've shared an example of solution, which prevents Python Path manipulation inside code:

    https://github.com/askalyuk/django-orm-standalone

    It contains a standalone data access package, a separated simple Django site and a unit test.

提交回复
热议问题