Tagged Questions
0
votes
1answer
294 views
Front-end structure of large scale Django project
Few days ago, I started to work in new company. Before me, all front-end and backend code was written by one man (oh my...).
As you know, Django app contains two main directories for front-end: ...
0
votes
0answers
232 views
Django web app with websockets
I want to make a web service using Django, but that also has websocket functionality. Having done a bit of reading, this is the tech stack that I'm looking at:
---------------------------------
...
0
votes
0answers
135 views
Extending user registration in Django site that uses both site admin tables and my own module?
I'm writing a Django site that registers a particular type of user and this is done by the resources that come with the framework, the site administration.
The issue: I'd like to create a new model ...
-1
votes
0answers
99 views
Python service oriented application vs. non-service one
I'm looking forward starting a new web application with Python and I have some doubts before starting. My idea is building a web application and later maybe an Android/iOS mobile app. I am considering ...