How to Design Models for Matches in Django Dating App?

2017-12-23 Thread A Wall
I’m working on a dating app for a hackathon project. We have a series of questions that users fill out, and then every few days we are going to send suggested matches. If anyone has a good tutorial for these kinds of matching algorithms, it would be very appreciated. One idea is to assign a p

Re: How to Design Models for Matches in Django Dating App?

2017-12-23 Thread Jason
This is an issue where regular tablular database structure really doesn't work well for a number of reasons. You should look into a graph database for querying matches, and use a regular mysql/postgres for table-related data. -- You received this message because you are subscribed to the Goog

Django foms problems .. please help me

2017-12-23 Thread vijaysundeep
Hi Everyone, I am trying to pass current user as request.user. It handles properly in forms and i am getting choice filed with the help of it. But, when i tried to read the data throough post method. it is going to form invalid section.. Please help me ASAP. views.py def instancecreate(req

[ANN] Simple Django Login and Registration project

2017-12-23 Thread Egor Smolyakov
Hello! The repository URL: https://github.com/egorsmkv/simple-django-login-and-register The project uses the built-in authorization system of Django but adds some new features: - Sign In - via username & password - via email & password - via email or username & password - Sign Up - L

django admin code modification

2017-12-23 Thread Carl Brubaker
So there are lots of things I like about the django admin, and somethings I would like to change. Since django is kinda about not reinventing the wheel, is there an "app" or file or something where I can find the admin information to modify it to what I want, and then save it as a new app? Than

Re: Admin adding images to blog via the admin section

2017-12-23 Thread carlos
try with django-ckeditor but used ckeditor_uploader in setting Cheers On Fri, Dec 22, 2017 at 2:55 PM, Krafty Coder wrote: > How Can I add images to a my blog dynamically at any place while writing > my blog... > > I found a tutorial on adding images to the form while people comment but I > was

Re: How to Design Models for Matches in Django Dating App?

2017-12-23 Thread Vijay Khemlani
If you have the survey answers for all the people and you are only going to base the matches based on that data, I'd rather use a K Nearest Neighbors implementation http://scikit-learn.org/stable/modules/neighbors.html Or some other similar system to suggest the matches. For 1.000 users it shoul

Re: Search results in template

2017-12-23 Thread Malik Rumi
FIRST, James, let me say how much I *greatly* appreciate you hanging in there and trying to help me. 2nd, as to your two points about the html: a. This template, serp_list.html, is identical to ktab_list.html, except that serp_list has the title 'SEARCH' at the top and some bolierplate text abou

DJANGO NOT FOUND

2017-12-23 Thread Jack
Hi, i've installed on my ubuntu 16.04 LTS python3.6 and django but django i have installed with pip3 and usign virtualenv, but it is ok by console, the problem is in eclipse, i installed python, it is OK, but at the moment of creating a django project, it drops a message, django not found, i've