Tagged Questions
3
votes
1answer
729 views
Database design/relationship for threading messages
What's the database design or business logic for creating an app for messaging between users?
I am having difficulties with choosing how to approach the relationship between each Conversation of User ...
5
votes
4answers
458 views
How to create different paths for users to take through the pages in my site?
I have a website where users are directed to go through a sequence of pages to perform a sequence of work tasks (transcribe a paragraph, answer a survey, interact with another user, etc). For short, ...
3
votes
1answer
544 views
Python, magic and objects that add attributes to its owner
Let me start with a disclaimer: I'm not the best programmer out there. I do however study I.T. and learnt a bit of Java and C.
I'm getting stuck into Python and Django + Mongoengine, I'm not going to ...
0
votes
1answer
317 views
Building a template engine - starting point
We're building a Django-based project with a template/generator component. This component will be separate from the project as such and can be Django/Python, Node, Java or whatever works. The idea is ...
0
votes
1answer
139 views
Parameterized Django models
In principle, a single Django application can be reused in two or more projects, providing functionality relevent to both. That implies that the same database structure (tables and relations) will be ...
3
votes
2answers
183 views
How would I do a “Server over capacity” message with Django?
This probably isnt' a Django specific question, but I'm wondering how those "Server over capacity" messages are displayed.
Some examples:
Twitter's fail whale
Tumblr's Over capacity slash page
...