Re: Django error

2020-12-02 Thread Andréas Kühne
As far as I can see you haven't saved your changes in the urls.py and views.py files? Otherwise it should work? Regards, Andréas Den ons 2 dec. 2020 kl 22:02 skrev Ujala Asaf : > Hello, I am a beginner at Django..and I'm facing an error at the very > first step...Django is not displaying my ou

Missing kwargs in ProcessFormView.get()

2020-12-02 Thread hari...@gmail.com
While adding a custom view to ModelAdmin, I encountered a strange problem, which I suspect is a bug. If my custom view is derived from generic.TemplateView, all the custom site_header that I specified in my AdminSite specialized class is reflected. But if I derive a custom view from generic.For

controlling stdout

2020-12-02 Thread Tom Sgouros
Hello all: I have a Django application that dispatches processing to a matlab script using exec. How can I capture the stdout and stderr of the script's execution? Outside of Django, this works for a dumb matlab script called tt that just prints a message: >>> import matlab.engine, StringIO >

Re: Password policy enforcement in django app

2020-12-02 Thread Mike Dewhirst
On 2/12/2020 8:21 pm, Moses Omoto wrote: Use allauth On Sat, 7 Nov 2020, 22:43 Kasper Laudrup, > wrote: On 07/11/2020 11.23, Eugene TUYIZERE wrote: > I have an application that I want to validate the password when users > are creating new passwords

Re: Resources for writing tests

2020-12-02 Thread Ahmed omar miladi
thank's for all i find the solution I forget to do migrate before creating superuser On Wednesday, 2 December 2020 at 19:48:48 UTC+1 vicker...@gmail.com wrote: > This is perfect, thank you. > > On Wed, 2 Dec 2020 at 12:15, Shishir Jha wrote: > >> You can look for obey the testing goat book in p

Re: Resources for writing tests

2020-12-02 Thread mike vickers
This is perfect, thank you. On Wed, 2 Dec 2020 at 12:15, Shishir Jha wrote: > You can look for obey the testing goat book in python. It covers tdd with > python and django > > On Wed, 2 Dec 2020, 10:12 pm mike vickers, wrote: > >> Does anyone know of any good resources walking you through writi

Re: Resources for writing tests

2020-12-02 Thread Shishir Jha
You can look for obey the testing goat book in python. It covers tdd with python and django On Wed, 2 Dec 2020, 10:12 pm mike vickers, wrote: > Does anyone know of any good resources walking you through writing tests > for django? I've read through their documentation, and I've written a few, >

Resources for writing tests

2020-12-02 Thread mike vickers
Does anyone know of any good resources walking you through writing tests for django? I've read through their documentation, and I've written a few, but I'm wondering if there's someone out there with a tutorial that really spells out a good approach. Thank you! -- You received this message becau

Re: Django error

2020-12-02 Thread Kasper Laudrup
On 02/12/2020 11.54, Ahmed omar miladi wrote: Hello guys I'm new with Django so I have this problem can someone help me to fixed it No -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Django error

2020-12-02 Thread Ahmed omar miladi
Hello guys I'm new with Django so I have this problem can someone help me to fixed 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...@g

Re: Looking to join a team in a Django Project to gain Experience

2020-12-02 Thread Anselme Gildas Tchassem Boutchouang
hi, I am interested. Le mar. 1 déc. 2020 à 15:30, Saif Ul Islam a écrit : > Hello! > > This is really interesting - it's always fun to do work in teams and meet > new people with similar skill sets and interests. I can't commit as a > always available, but I'm happy to contribute whatever I ca

Re: Password policy enforcement in django app

2020-12-02 Thread Moses Omoto
Use allauth On Sat, 7 Nov 2020, 22:43 Kasper Laudrup, wrote: > On 07/11/2020 11.23, Eugene TUYIZERE wrote: > > I have an application that I want to validate the password when users > > are creating new passwords. I do not want to use the build in one, I > > want the customized one. Someone to he

Re: Looking to join a team in a Django Project to gain Experience

2020-12-02 Thread Anselme Gildas Tchassem Boutchouang
https://github.com/AnselmeG300 Le mer. 2 déc. 2020 à 09:09, Anselme Gildas Tchassem Boutchouang < tbago...@gmail.com> a écrit : > hi, > > I am interested. > > Le mar. 1 déc. 2020 à 15:30, Saif Ul Islam a > écrit : > >> Hello! >> >> This is really interesting - it's always fun to do work in teams

Re:

2020-12-02 Thread Atuma Samuel
Hello Gregory, I use Windows too. If you want to install django you can try these steps Make a directory where you want to work in. You can use the command below $ mkdir mydir Change directory to this new directory $ cd mydir - create a virtual environment in this directory using the command. $ P