JOB

2024-07-26 Thread Faisal Tahseen
👨‍💻* Available for Hire:* Full Stack Developer Hello! I'm Faisal Tahseen, a Full Stack Developer with a strong proficiency in HTML, CSS, JavaScript, React, Django, and more. I'm currently seeking new opportunities to bring my expertise in building robust and scalable web applications to your

Re: Django Message Board

2024-07-26 Thread Konstantinos Dimitropoulos
Check geeksforgeeks Le jeu. 25 juil. 2024, 18:23, joey buonocore a écrit : > Hello Everyone! > > I am a django developer looking for a tutorial to create a message board > similar to any communications board you may see online or here for example. > I need it to be able to edit and delete a comm

how to keep django ninja APIs distributed in modules in an apis package?

2024-07-26 Thread Krishnakant Mane
Hello. I have decided to use django ninja for its simplicity and performance. However I have one specific confusion. Suppose I have an app with a models.py, schemas.py and all my APIs in one package called apis.     Suppose in the apis package along with __init__.py I have api_accounts.py,