Re: Django 1.8: subclass AbstractUser, App 'auth' doesn't have a 'myuser' model.

2015-12-29 Thread 술욱
2015-10-14 23:13 GMT-03:00 술욱 : > 2015-10-14 15:21 GMT-03:00 syl pingus : > > Hello Norberto, > > > > In your first example, I think the name of your apps in the apps.py > config > > file conflicts with the core Django auth module and it could explains the > > second exception you get. > > Yes. I

Re: Display the form errors in the django template with ajax post

2015-12-29 Thread Luis Zárate
I do it like this create a form template (for abbreviation I will use {{form}} form_template.html > {{form}} > in include form_template.html public_contact.html > > > {% include 'form_template.html' %} > > and in the ajax response from django.template.loader import render_to_string e

Job opportunity for employment in Loganville Georgia

2015-12-29 Thread g
Hello, I have read the previous emails about job postings on this forum and wanted to post an opening here. If you are interested, please send your information to *j...@gandssecurityincorporated.com* *Job Description:* We are looking for someone who loves to code and enjoys problem solving i

Re: 'CharField' object has no attribute 'model'

2015-12-29 Thread Luis Zárate
I only read the code. I don't know if you refactorize your code, but based in the code above, I think is like this: class QuestionAnswer(models.Model): ... class QuizAttempt(models.Model): ... questions_included = models.ForeignKey(QuestionAnswer) 2015-12-28 22:57 GMT-06:00 Billu : > Th

Re: Django - Upload Image to the server with dimension

2015-12-29 Thread Rafael E. Ferrero
Hello Lekan, First of anything try to start a new e-mail for new questions... because yours don't have any relations with the root question. And try to tell uss if you know Django, if you readed Django Docs. Tell us more about your idea. Happy 2016 for you !! -- Rafael E. Ferrero 2015-12-29 9:31

Re: Django - Upload Image to the server with dimension

2015-12-29 Thread Lekan Wahab
Hello Guys. I have a website and am trying to build a rating system for the site. The system takes in user's rating and rewards them at the end of the month according to their ratings. I honestly dont know where to begin. i have searched for some things online but i still need help On Tue, Dec 29

Re: Django - Upload Image to the server with dimension

2015-12-29 Thread monoBOT
Take a look at this: http://djangothumbnails.com/ 2015-12-29 7:12 GMT+00:00 ken phanith : > I simply use ImageField from PIL package for Django Image Upload but it > does not satisfy me at all. I have a models class which contain many fields > including ImageField also. I am trying to upload 10

Django - Upload Image to the server with dimension

2015-12-29 Thread ken phanith
I simply use ImageField from PIL package for Django Image Upload but it does not satisfy me at all. I have a models class which contain many fields including ImageField also. I am trying to upload 10 images to the server but those images have the different dimension. I want to upload those image