Re: Possible Django bug I am considering raising

2020-06-05 Thread René Fleschenberg
Hi, the code you posted on stackoverflow is not sufficient to reproduce the problem. It would be good to provide a minimal reproducible example (see also https://stackoverflow.com/help/minimal-reproducible-example). Regards, René -- You received this message because you are subscribed to the Go

Re: SHA-512 in django model? Optimization help?

2019-04-08 Thread René Fleschenberg
://groups.google.com/d/msgid/django-users/61a7c17c-7c23-49ca-9cdb-0df325672ed5%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/61a7c17c-7c23-49ca-9cdb-0df325672ed5%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.c

Re: SHA-512 in django model? Optimization help?

2019-04-07 Thread René Fleschenberg
7c17c-7c23-49ca-9cdb-0df325672ed5%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/61a7c17c-7c23-49ca-9cdb-0df325672ed5%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout. -- René Fleschenberg Ros

Re: PasswordResetConfirmView doesn't work through redirect in newest Safari

2019-01-30 Thread René Fleschenberg
] = 'dummy' return self.form_valid(form) return self.form_invalid(form) return self.render_to_response(self.get_context_data()) ``` -- René Fleschenberg -- You received this message because you are subscribed to the Google Groups "Djang

Re: Django Tutorial Issues

2017-05-04 Thread René Fleschenberg
; > {% if error_message %}{{ error_message }}{% endif %} > > > > {% csrf_token %} > {% for choice in question.choice_set.all %} > value="{{ choice.id }}" /> > {{ choice.choice_text > }} > {% endfor %} > > > > | > > But when i click on the links o

Re: Yet Another Can't get static files to show up in shared linux website on Godaddy

2017-04-12 Thread René Fleschenberg
-users@googlegroups.com > <mailto:django-users@googlegroups.com>. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/a38ab714-1903-4c92-a5d0-0b1455c29a75%40googlegroups

Re: [BUG] Django 1.11 backward compatibility bug when several authentication backends are in use

2017-04-07 Thread René Fleschenberg
google.com/d/msgid/django-users/18df46d6-aeab-4cd0-8c2a-7cdaa4d78469%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/18df46d6-aeab-4cd0-8c2a-7cdaa4d78469%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.

Re: Downloaded Django but the command prompt wont recognize commands

2016-08-07 Thread René Fleschenberg
Hi Owen, > I went through a tutorial for downloading python, pip and Django. All > seemed to be going well until I attempted to put command lines through the > command window > > So when I try to create a project via these instructions below > > $ django-admin startproject mysite > > > It gi

Re: Mobile eCommerce with Django

2016-03-25 Thread René Fleschenberg
e-mail, #django-shop on Freenode or the Gitter room at https://gitter.im/awesto/django-shop Cheers, -- René Fleschenberg -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving email

Re: MySql Memory tables doubt...

2016-03-19 Thread René Fleschenberg
Hi, On Wednesday 16 March 2016 12:58:17 Jose Galvan wrote: > I am developing a web site to make queries and create new entries in a > old Mysql order entry system so I need to use the Raw SQL django > functionality more than ORM. Are you sure that you cannot use the ORM? Maybe you can just use u

Re: advanced beginner / early intermediate Django users

2016-03-19 Thread René Fleschenberg
Hi, On Friday 18 March 2016 11:35:13 Becka R. wrote: > Some of the issues I really struggled with, and had blocks on included: > - deployment There are many different ways to deploy Django (or actually, Python/WSGI) applications. You have to chose the one that suits your case best. It might be

Re: Beginner, Adding a feature in a Django based website

2016-03-12 Thread René Fleschenberg
ew (CBV) for deleting objects: https://docs.djangoproject.com/en/1.9/ref/class-based-views/generic-editing/#deleteview - Of course, you must protect the feature, such that users cannot delete other users' accounts. Have fun! René -- René Fleschenberg -- You received this message bec

Re: Where does the static files reside

2015-11-07 Thread René Fleschenberg
m trying to to sump it up here: https://fleschenberg.net/django-staticfiles/ I'd love to hear your feedback about this article, i.e. if it clarifies things for you, or how to improve it. -- René Fleschenberg -- You received this message because you are subscribed to the Google Groups "

Re: Alternative to fabric

2014-11-17 Thread René Fleschenberg
Hi, On Monday 17 November 2014 17:42:22 Brad Pitcher wrote: > I agree Ansible is a good fit for your situation. Since Ansible works from > yaml files, you don't have to write any Python 2.x compatible code as you > would with Fabric. I agree that Ansible is a nice tool, but AFAIK, it is not Pytho

Re: Alternative to fabric

2014-11-17 Thread René Fleschenberg
Hi Andreas, If you like fabric, why not just use Python 3 for your project and Python 2 for fabric? You can easily have multiple Python interpreters installed. Just install Python 2 to a path like ~/local and give fabric its own virtualenv. Best regards, René On Monday 17 November 2014 12:28:

Re: Django-Registration compatible with 1.5.2?

2013-09-11 Thread René Fleschenberg
Hi, Andre Lopes: > I need to user a registration app for Django 1.5.2. I'm a little bit > confused on what app to use. I use django-registration==1.0 from PyPi with Django 1.5. Works for me. Regards, René -- René Fleschenberg Am Stadtgarten 28, 45276 Essen, Germany Phone: +49 1577

Re: ImportError: No module named django.core.management

2013-07-27 Thread René Fleschenberg
#x27;s the output of ``pip freeze|grep -i django`` (with the virtualenv being active)? -- René Fleschenberg Am Stadtgarten 28, 45276 Essen, Germany Phone: +49 1577 170 7363 E-Mail: r...@fleschenberg.net -- You received this message because you are subscribed to the Google Groups "Dj