create super user

2022-01-24 Thread Prashanth Patelc
im getting this error == match = date_re.match(value) TypeError: expected string or bytes-like object this is my user profile model === class UserManager(BaseUserManager): use_in_migrations = True def _create_user(self, email, password, **extra_fi

Re: create super user

2021-03-17 Thread Ryan Nowakowski
On March 17, 2021 2:24:18 AM CDT, arun arunisto wrote: >theres an error showing in django while creating superuser, but its >happening recently, after the update of new version 3.1.7 Interesting! A few more details would help us narrow down the problem here. 1. What version of Django were y

create super user

2021-03-17 Thread arun arunisto
theres an error showing in django while creating superuser, but its happening recently, after the update of new version 3.1.7 -- 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

Re: How to Create Super User account in any Django Website?

2013-10-08 Thread Harjot Mann
On Wed, Oct 9, 2013 at 1:38 AM, Mamarth Briton wrote: > I found many Journalist creating super user account in many Django website. > Does any one know how to create super user account in Django website. Such > tonganoxiemirror.com is a Django site where I want to create a super user >

Re: How to Create Super User account in any Django Website?

2013-10-08 Thread Russell Keith-Magee
ite administrator to go any further. Yours. Russ Magee %-) On Wed, Oct 9, 2013 at 4:08 AM, Mamarth Briton wrote: > Hi, > > I found many Journalist creating super user account in many Django > website. Does any one know how to create super user account in Django > website.

How to Create Super User account in any Django Website?

2013-10-08 Thread Mamarth Briton
Hi, I found many Journalist creating super user account in many Django website. Does any one know how to create super user account in Django website. Such tonganoxiemirror.com is a Django site where I want to create a super user account or a Staff account without support of that site's

Re: Can't create super user

2011-03-05 Thread Eric Abrahamsen
On Sat, Mar 05 2011, royy wrote: > Hello. > > I can't create a superuser for an admin area, i type username and e- > mail, then when I try to type password the keyboard freezes and > doesn't respond so I need to use the Ctrl + break to quit server (I'm > following the steps for writing my first D

Can't create super user

2011-03-05 Thread royy
Hello. I can't create a superuser for an admin area, i type username and e- mail, then when I try to type password the keyboard freezes and doesn't respond so I need to use the Ctrl + break to quit server (I'm following the steps for writing my first Django app). I tried to create it in two diff