Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TastyPie (Django の API フレームワーク)を使用すると、推奨されるファイル構造は何ですか (またはあなたの意見)。
次のように、アプリごとに異なるリソースを用意します。
app1 models.py resources.py app2 models.py resources.py
または、新しいアプリを作成して、1 つのリソースを 1 つのリソースにします。
app1 app2 apiApp resources.py