Python Forum
Best way to create Apps in django API
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Best way to create Apps in django API
#1
Which is the best way to create an API website using django, i found in github some sources that merge all objects in one app, and others each objects with its own app.
I'm asking about who is the best way, for example in e-commerce web site they have some objects like Products, Carts, Orders, Users, Billing...
Do you create app for each objects (products, carts, orders...) or create all objects in one app.

This is an example of each objects with its own app.
https://github.com/mirumee/saleor

And this merges all objects in one app.
https://github.com/damnee562/shopping-cart
Reply


Messages In This Thread
Best way to create Apps in django API - by Norvegat - Sep-18-2018, 10:39 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Information Python for web apps - where to start? a1ch3myst 6 2,460 Jul-28-2023, 03:46 PM
Last Post: LaverneDejardin
Question Deploy Flask apps on Windows... SpongeB0B 2 4,028 Aug-08-2021, 09:12 AM
Last Post: ndc85430
  Django: How to automatically substitute a variable in the admin page at Django 1.11? m0ntecr1st0 3 3,293 Jun-30-2019, 12:21 AM
Last Post: scidam
  How to create dynamic webscraper in Django using BeautifulSoup Prince_Bhatia 1 6,149 Jan-26-2018, 02:07 PM
Last Post: frostbite
  Please give me some advice on how to host python apps on a vps FonCheato 1 3,328 Feb-02-2017, 02:21 AM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020