Problem I am developing a feature where the user has to request for invitation if he/she wants to sign up […]
Tag: django
Recursive Django filter to output a list from user hierarchy
Problem I need to create an HTML unordered list (to display with jstree) to display the hierarchy of users, along […]
Django User Model to authenticate using email address and password
Problem This is my second Django project for an actual client and I want some review on one of my […]
JavaScript dynamic element filtering functionality
Problem I am creating a Website with different boxes being displayed to the user, and he can filter them by […]
Show furnitures in a different way considering django principle
Problem I want in my homepage to show the furnitures items in a following way: Newly Arrived Furnitures(upto 10) Featured […]
Model structure for Player Team and Match in football application
Problem I’m creating an application for foosball matches. I have models like below: class Player(models.Model): match_amount = models.IntegerField(default=0) wins = […]
Python parser for attributes in a HAML template
Problem I’m working on a feature for the HamlPy (Haml for Django) project: About Haml For those who don’t know, […]
Best practice for URL’s architectural Design in Django [closed]
Problem Closed. This question is off-topic. It is not currently accepting answers. Missing Review Context: Code Review requires concrete code […]
Dynamic Official Receipt increment algorithm
Problem I made a function that would automatically generate official receipt for POS. it is able to accept format such […]
Organizing museum artwork
Problem I have a small Django project to help organize museum artwork. In my models.py file, my museum object is […]
- 1
- 2