Apps for versioning model fields

2015-06-29 Thread Fabio C. Barrionuevo da Luz
Hello, I need to implement versioning of a TextField to an electronic system to manages documents. Before I try to reinvent the wheel, I'd like to know what are the reusable apps are available that solve this problem. I have the following model class: https://gist.github.com/luzfcb/226612d0b98dd4

Blog post

2015-06-29 Thread Leandro David Cacciagioni
Hi guys, this is my first time here but I need from your experience and your thoughts about this blog post that I have written: http://wp.me/p5G2dP-2K I'm from Argentina and I'm really sorry about my English but any feedback from this list could be great!!! Thanks, Leandro.- -- You received t

Re: Cannot overwrite 'get_fieldsets' in custom UserAdmin

2015-06-29 Thread Henri
Felippe, No, it seems, that my"get_fieldsets" isn't called. Also when debugging by stepping through the code, as described in my second post, I see when loading the UserChangeForm the 'get_fieldsets' method from django.contrib.auth.admin.UserAdmin is used instead of my custom one. Regards, He

How to set back the data to ck-editor instance in a Django web app?

2015-06-29 Thread akshat
I have a Django web app which has various instances of ck-editor instances on a web page.By using on blur event I am saving whole of data of the instance in the database - {% for editor in editors %} {% endfor %}

Re: Cannot overwrite 'get_fieldsets' in custom UserAdmin

2015-06-29 Thread Henri
Hi Lagovas, the trace and error message when unregistering the default Django user with your code: File "/home/pacha/web/rcl-network.local/private/django/rcl-network/venv/local/lib/python2.7/site-packages/mezzanine/boot/__init__.py", line 78, in autodiscover admin_site.lazy_registration

Re: Canvas OAuth2 From Django View

2015-06-29 Thread Henry Versemann
First let me say that I'm probably making this harder than it needs to be, but I must be missing something in this process. I'm trying to use the oauth2 process in the Canvas API, and I started working on this back in January, had other priorities that pulled me away from it, so I'm only now

[ANNOUNCE] Django Security advisory: simple_tag does not do auto-escaping

2015-06-29 Thread Tim Graham
The Django team has just published a short security advisory about usage of the simple_tag template tag helper. You should audit your own code. https://www.djangoproject.com/weblog/2015/jun/29/simple_tag-security-advisory/ -- You received this message because you are subscribed to the Google Gr

Re: best way to use django

2015-06-29 Thread Jason Thomas
Thanks to you to my man I'm on it!!! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send e

Re: best way to use django

2015-06-29 Thread Jason Thomas
Thank You Sir!!! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@goo

Re: best way to use django

2015-06-29 Thread Robert librado
try coding for entrepreneurs they have one of the best vido series to get you motivated . On 6/29/15, aRkadeFR wrote: > Just read the djangoproject tutorial and then start your project: > https://docs.djangoproject.com/en/1.8/ > > On 06/29/2015 01:20 PM, Jason Thomas wrote: >> Which tutorial do y

Re: django unique email id model

2015-06-29 Thread Robert librado
You can use Django All Auth go to read the docs it was great for getting the sign up and sign out and login page you will just need to follow the directions and then add it to your menu . On 6/28/15, Arindam sarkar wrote: > django 1.8 . which user model should i use ? custom or built in one ? >

migrate gives SQL error on my DB backend

2015-06-29 Thread Graeme Perrow
I have a custom DB backend driver which works on everything from Django 1.1.4 to 1.7, and now I am trying to update it to support Django 1.8. I have seen this change regarding the base classes and I've made the appropri

Re: best way to use django

2015-06-29 Thread aRkadeFR
Just read the djangoproject tutorial and then start your project: https://docs.djangoproject.com/en/1.8/ On 06/29/2015 01:20 PM, Jason Thomas wrote: Which tutorial do you suggest? Which is the best as far as getting down to the nitty gritty (strieght to the point) for what I'm trying to do?

Re: Cannot overwrite 'get_fieldsets' in custom UserAdmin

2015-06-29 Thread Felippe Raposo
Henri, can you set a "pdb.set_trace" or print something at the beginning of your "get_fieldsets" to see if it is being called or not? 2015-06-28 6:58 GMT-03:00 Henri : > As I use a custom user model the default django user model is not > registered. When I try to unregister it I get an error. >

Re: Adding new model. ContentType error field "name". Bug?

2015-06-29 Thread Tim Graham
Please take a look at this thread and see if it helps: https://groups.google.com/d/topic/django-users/DlRQOdsJL6o/discussion On Monday, June 29, 2015 at 5:02:52 AM UTC-4, ClosiusBeg wrote: > > Hi All! > > I caught a error when I move from Dajngo 1.7 to 1.8. > > I wanted to add new model, for exam

Re: best way to use django

2015-06-29 Thread Jason Thomas
Which tutorial do you suggest? Which is the best as far as getting down to the nitty gritty (strieght to the point) for what I'm trying to do? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving ema

Re: best way to use django

2015-06-29 Thread aRkadeFR
Read the tutorial and begin to implement your website step by step. You will see if you need djangular after. On 06/29/2015 05:08 AM, Jason Thomas wrote: I want to create twon sites, the first will be a tutorial/blog/projects site (how to's) that I can post different web apps to be used by pub

best way to use django

2015-06-29 Thread Jason Thomas
I want to create twon sites, the first will be a tutorial/blog/projects site (how to's) that I can post different web apps to be used by public users logged into the site and the second a dating site. do I need to know djangular (as in is it to much for what I want to do?) or should I just use s

Adding new model. ContentType error field "name". Bug?

2015-06-29 Thread ClosiusBeg
Hi All! I caught a error when I move from Dajngo 1.7 to 1.8. I wanted to add new model, for example: class Test(models.Model): class Meta(): db_table = 'test' userID = models.ForeignKey(User) minAge = models.PositiveSmallIntegerField(default=0) maxAge = models.PositiveSma