Re: Registration form in template

2024-03-19 Thread Clive Bruton
If you want to override what the form is showing, then you can build your own template and only include the elements that you wish to show. Rather than use: {{ form }} use: {{ form.field_name }} or break it down further, like: {{ form.field_name.html_name }} etc

Registration form in template

2024-03-17 Thread 'Simon Connah' via Django users
I have a register user template with a form which works well but I have a problem where there is lots of other text next to the form elements such as password length and what characters need to go in a password. Is their a reasonable way to hide that text or do I need to do it with JavaScript?

Integrating Login form, registration form and model form

2024-02-13 Thread Janet Anastacia
I am trying to create a Django app such that when a user signs up, she goes to login then sees the form containing the data of the model in my apo.Kindly give me the steps with code example for me to achieve this On Mon, Feb 12, 2024, 12:53 AM Alexander Lyabah wrote: > Hello Django Community,

Multiuser Login and Registration required

2023-05-21 Thread chen...@gmail.com
I need a tutorial from scratch on how new Users can register and login having different forms for HOD, Staff and Student. I need tutorial on Multiusers Thank you -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

Re: Custom Unique Registration Number Required

2023-04-11 Thread Martin Mwai
It depends whether you want it on the front end or backend : for front end have a function thats add the above abbreviations before inserting the data into the form. assuming the form has all the variables (school, year, dept, 0213) parse this to the function then it returns registration number

Re: Custom Unique Registration Number Required

2023-04-06 Thread Amine Khetim
3 à 03:42:30 UTC+2, chen...@gmail.com a écrit : > Good day all > > I am new to django and I need assistance where I can make a unique > registration number via model with the following format > > *ch2023ed0213* where > > *'ch'* stands for abbreviated school name, > *

Custom Unique Registration Number Required

2023-04-05 Thread chen...@gmail.com
Good day all I am new to django and I need assistance where I can make a unique registration number via model with the following format *ch2023ed0213* where *'ch'* stands for abbreviated school name, *'2023'* year of programme, *'ed'* for department and *'0213'* student unique number.. Urls

Re: Adding extra registration fields to my user registration

2023-04-02 Thread Clement Idemudo
insight to the question you are asking On Thursday, 30 March 2023 at 04:08:09 UTC+1 Ebenezer Otchere wrote: > I want to collect user information in my registration forms like first > name last name and country > but it give me errors that unexpected keyword arguments with firstname &

Re: Adding extra registration fields to my user registration

2023-04-01 Thread Marcelo Robin
ant to collect user information in my registration forms like first > name last name and country > but it give me errors that unexpected keyword arguments with firstname > lastname and country > Any help how i will add extra fields to be store in the database thank You > and advance >

Adding extra registration fields to my user registration

2023-03-29 Thread Ebenezer Otchere
I want to collect user information in my registration forms like first name last name and country but it give me errors that unexpected keyword arguments with firstname lastname and country Any help how i will add extra fields to be store in the database thank You and advance -- You received

How to create an registration form and generate qr code for it

2023-01-12 Thread Chandresh . T
Hi friends myself chandresh I am new Django community I have a doubt to be cleared , So I wanted to create an platform where you can register users name, state, city and photo which would also store in Mysql database. Can anyone help me in creating this platform. -- You received this

Re: Best way to deal with members registration in Django apps

2021-05-25 Thread Kelvin Sajere
If your app just sends email upon registration or just configured to send mail generally and you would like to use an email with your production domain like in a production setting, then you only need to change the email configuration in your settings.py file to reflect your domain email

Re: Best way to deal with members registration in Django apps

2021-05-25 Thread Antonis Christofides
ailing members, again I'd use an external service such as mailchimp, but I have no experience integrating such a service with a Django app. Antonis Christofides +30-6979924665 (mobile) On 25/05/2021 08.02, Ram wrote: Hi, We have members registration module where members will enter email ID as a

Best way to deal with members registration in Django apps

2021-05-24 Thread Ram
Hi, We have members registration module where members will enter email ID as a login name. Upon submitting the Sign Up form, we generate an email to the given email address using Sendmail code that we added in our Django project. So far we used a personal gmail account as an admin email account

Re: Mobile social registration for Django Backend endpointe

2020-12-26 Thread Faisal Ch
Hello shazia, what issue you are facing On Thursday, December 24, 2020 at 4:10:29 AM UTC+5 shazi...@gmail.com wrote: > Hi, > I am using Django for my web app and DRF to expose my API for mobile > applications. I need users to sign in using social accounts at mobile side > and need to

Mobile social registration for Django Backend endpointe

2020-12-23 Thread Shazia Nusrat
Hi, I am using Django for my web app and DRF to expose my API for mobile applications. I need users to sign in using social accounts at mobile side and need to authenticate via Django API. I've used couple of libraries but couldn't understand the workflow for 1.

Re: Auto prompting City and State using ZIP code in Members Registration Form

2020-09-26 Thread Mohd Aqib
+5:30 ram.mu...@gmail.com wrote: > Hi, > > We are trying to use USPS API to get City and State attributes by passing > ZIP code. API is working fine, but we need to use this API in our members > registration form, where user enters ZIP code, then City and State should > be au

Re: Auto prompting City and State using ZIP code in Members Registration Form

2020-09-26 Thread o1bigtenor
On Sat, Sep 26, 2020 at 1:28 AM Ram wrote: > > Hi, > > We are trying to use USPS API to get City and State attributes by passing ZIP > code. API is working fine, but we need to use this API in our members > registration form, where user enters ZIP code, then City and State

Auto prompting City and State using ZIP code in Members Registration Form

2020-09-26 Thread Ram
Hi, We are trying to use USPS API to get City and State attributes by passing ZIP code. API is working fine, but we need to use this API in our members registration form, where user enters ZIP code, then City and State should be auto filled in respective fields. This way user does not have

Re: User registration with security features

2020-08-17 Thread Andréas Kühne
s DJango have built in functions for user registration with following > security features? > > 1. Initial registration should be successful as it is new user registration > 1.1. Upon successful registration and login, device will be registered in > account history > > 2. When login is

User registration with security features

2020-08-16 Thread Ram
Hi, Does DJango have built in functions for user registration with following security features? 1. Initial registration should be successful as it is new user registration 1.1. Upon successful registration and login, device will be registered in account history 2. When login is attempted from

Re: Login and Registration

2020-07-27 Thread Maqdum Adewale
Join me on WhatsApp so that i can help 09090879780 On Sun, Jul 19, 2020, 6:39 PM Exactly musty wrote: > Read the doc or follow MDN tutorial > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop

Re: Login and Registration

2020-07-19 Thread Liu Zheng
https://www.youtube.com/playlist?list=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p This video series will be helpful On Mon, Jul 20, 2020 at 5:33 AM Anirudh choudhary < anirudhchoudary...@gmail.com> wrote: > You can simply do it by manipulating the context data like > > context = { >

Re: Login and Registration

2020-07-19 Thread Anirudh choudhary
You can simply do it by manipulating the context data like context = { 'form_login':loginform, 'form_signup' :signupform } Thanks On Sun, 19 Jul, 2020, 11:10 PM Exactly musty, wrote: > Read the doc or follow MDN tutorial > > -- > You received this message because you are subscribed to the

Login and Registration

2020-07-19 Thread Exactly musty
Read the doc or follow MDN tutorial -- 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 view this discussion on the

Login and Registration

2020-07-19 Thread Victor Cooper
Can anyone help I need to define login,regitration form from my html template all are in the same page how do i define in my view.py -- 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

Re: How to make Custom User Registration and Login

2020-05-31 Thread sunday honesty
want to use. Create UserCreationForm subsequently. Create a folder called registration inside your templates folder and create your login.html there You must update your settings with AUTH_USER_MODEL = 'users.CustomUser' LOGIN_URL = 'login' Note, login here is the name you gave your login url

Re: How to make Custom User Registration and Login

2020-05-31 Thread Abhi Mathew
Here: Django Custom User Model I don't how familiar you are with Django but this post will help you anyhow! On Wednesday, May 6, 2020 at 3:39:29 PM UTC+5:30, Anubhav Madhav wrote: > > I am new to Django. I need to make a custom sign up and log

Re: " AttributeError at /register/ " facing problem in implementing user registration

2020-05-24 Thread Kasper Laudrup
Hi Madhav, On 24/05/2020 13.08, Madhav Nandan wrote: I'm creating a register page. see the screenshot below., I'm following lectures and doing as instructed but still stuck. I don't see how the screenshots are related to the issue you are having. Please explain. here is the source code

Re: " AttributeError at /register/ " facing problem in implementing user registration

2020-05-24 Thread Kasper Laudrup
Hi Madhav, On 24/05/2020 04.54, Madhav Nandan wrote: Hi, I need help here. I did the required changes in forms.py as well as in view.py but my user registration still not working. Once again, try to make sense from the error messages. They are actually pointing to your problem quite

Re: How to make Custom User Registration and Login

2020-05-07 Thread Anubhav Madhav
Thankyou so much Kushal!! On Wednesday, 6 May 2020 20:47:39 UTC+5:30, Kushal Neupane wrote: > > For you following web pages or video will help you. > > https://simpleisbetterthancomplex.com/tutorial/2017/02/18/how-to-create-user-sign-up-view.html > > https://www.youtube.com/watch?v=oZUb372g6Do

Re: How to make Custom User Registration and Login

2020-05-07 Thread Anubhav Madhav
Thankyou Camilo!! On Wednesday, 6 May 2020 20:42:10 UTC+5:30, Camilo Garcia wrote: > > This might come in handy > https://learndjango.com/tutorials/django-custom-user-model > > On Wednesday, May 6, 2020 at 5:09:29 AM UTC-5, Anubhav Madhav wrote: >> >> I am new to Django. I need to make a custom

Re: How to make Custom User Registration and Login

2020-05-06 Thread Kushal Neupane
For you following web pages or video will help you. https://simpleisbetterthancomplex.com/tutorial/2017/02/18/how-to-create-user-sign-up-view.html https://www.youtube.com/watch?v=oZUb372g6Do https://docs.djangoproject.com/en/3.0/topics/auth/customizing/

Re: How to make Custom User Registration and Login

2020-05-06 Thread Camilo Garcia
This might come in handy https://learndjango.com/tutorials/django-custom-user-model On Wednesday, May 6, 2020 at 5:09:29 AM UTC-5, Anubhav Madhav wrote: > > I am new to Django. I need to make a custom sign up and log in page. > Because, during Sign Up, I also want to get User's Address and

How to make Custom User Registration and Login

2020-05-06 Thread Anubhav Madhav
I am new to Django. I need to make a custom sign up and log in page. Because, during Sign Up, I also want to get User's Address and Contact Number. In Django's 'User' module, it isn't supported. So, how can I make a custom sign up and sign in page. Please Help!! -- You received this message

Re: How to create custom registration form in django rest api?

2020-02-17 Thread onlinejudge95
On Sun, Feb 16, 2020 at 3:19 PM maunish dave wrote: > I am creating an health care app which need to include patients and > doctors account, i have created Doctor model which have various info of > doctor now i want a serializer which maps this model to a proper html > registration

How to create custom registration form in django rest api?

2020-02-16 Thread maunish dave
I am creating an health care app which need to include patients and doctors account, i have created Doctor model which have various info of doctor now i want a serializer which maps this model to a proper html registration form. My problem is that i can get a normal form rendered but it is only

Re: django registration error

2020-02-05 Thread N Rupesh
On Wed, Feb 5, 2020 at 3:40 PM wrote: > > > > > You might not have applied migrations > > python manage.py makemigrations > > python manage.py migrate > > > > *From: *nrupesh08 > *Sent: *Wednesday, February 5, 2020 2:18 PM > *To: *Django

Re: django registration error

2020-02-05 Thread N Rupesh
okay On Wed, Feb 5, 2020 at 3:40 PM wrote: > > > > > You might not have applied migrations > > python manage.py makemigrations > > python manage.py migrate > > > > *From: *nrupesh08 > *Sent: *Wednesday, February 5, 2020 2:18 PM > *To: *Django

RE: django registration error

2020-02-05 Thread dhruvashah1221999
  You might not have applied migrationspython manage.py makemigrationspython manage.py migrate From: nrupesh08Sent: Wednesday, February 5, 2020 2:18 PMTo: Django usersSubject: django registration error  -- You received this message because you are subscribed to the Google Groups "Django

Re: django registration error

2020-02-05 Thread maninder singh Kumar
Are you using mutiple databases and perhaps django is looking in the wrong place for auth_user ? could you post the entire error and your settings.py file [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Wed, Feb 5,

django registration error

2020-02-05 Thread nrupesh08
[image: error.png] -- 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 view this discussion on the web visit

Re: Multiple registration and login in django

2020-02-03 Thread Steven Mapes
(assuming it had no required attributes other than the foreign key. If you wish to have custom registration forms then just create them as you would any other form and use Django's authentication system to authenticate them and then log them in - https://docs.djangoproject.com/en/3.0/topics/au

Multiple registration and login in django

2020-02-02 Thread nrupesh08
Hi, How to create multiple registration in django. and login also. without default django registeration and login form. my own and saparet registration table and login table . to authencation my own tables (registration and login). ex: registration table (id, name, email, mobile, date of birth

Re: How to create user registration

2019-09-06 Thread Tosin Ayoola
https://simpleisbetterthancomplex.com/tutorial/2017/02/18/how-to-create-user-sign-up-view.html Here u will get all u need On Sep 6, 2019 12:43, "VIJAY RAJA" wrote: > How to create user registration forms > > -- > You received this message because you are subscribe

Re: How to create user registration

2019-09-06 Thread Shirley Nelson
I know how to make user registration. If you want me to tutor you it is $50 per hour paid via PayPal. On Fri, Sep 6, 2019, 7:43 AM VIJAY RAJA wrote: > How to create user registration forms > > -- > You received this message because you are subscribed to the Google Groups > "

Re: How to create user registration

2019-09-06 Thread Kasper Laudrup
On September 6, 2019 10:09:11 AM GMT+02:00, VIJAY RAJA wrote: >How to create user registration forms > >-- >You received this message because you are subscribed to the Google >Groups "Django users" group. >To unsubscribe from this group and stop receiving em

Re: How to create user registration

2019-09-06 Thread Suraj Thapa FC
Check out this https://github.com/SurajFc/Django-DRF-Boilerplate-with-otp-verification On Fri, 6 Sep, 2019, 5:14 PM VIJAY RAJA, wrote: > How to create user registration forms > > -- > You received this message because you are subscribed to the Google Groups > "

How to create user registration

2019-09-06 Thread VIJAY RAJA
How to create user registration forms -- 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 view this

how can we use single serializer with 2 differnt viewsets for registration considering the both reg form have different fields

2019-09-04 Thread shubham joshi
viewsets for registration considering the both reg form have different fields -- 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...@google

Re: Regarding to getting error registration page

2019-08-24 Thread Abu Yusuf
Just hit: localhost:8000/register On Sun, Aug 25, 2019 at 1:01 AM mohammad mehrani wrote: > hello > can u get github link project and i star and fork for u > > > On Tue, Aug 20, 2019 at 11:56 PM RONAK JAIN > wrote: > >> Hello Django Users >> >> >>

Re: Regarding to getting error registration page

2019-08-24 Thread mohammad mehrani
hello can u get github link project and i star and fork for u On Tue, Aug 20, 2019 at 11:56 PM RONAK JAIN wrote: > Hello Django Users > > > I am trying to redirect my registration page but, I am getting *please > check my attached screenshot* and please let me know where I a

Re: Looking for Django registration API

2019-08-22 Thread Rahul Sharma
Try django-rest-auth . This is what I have used over the years. Easy to understand and implement. Hope it helps you. On Thursday, August 22, 2019 at 12:15:12 AM UTC+5:30, Sandip Nath wrote: > > Are there any ready to use user

Re: Looking for Django registration API

2019-08-22 Thread Rahul Sharma
Try django-rest-auth . This is what I have used over the years. Easy to understand and implement. Hope it helps you. On Thu, Aug 22, 2019 at 1:06 PM Suraj Thapa FC wrote: > Search djoser > > On Thu, 22 Aug, 2019, 12:15 AM

Re: Looking for Django registration API

2019-08-22 Thread Suraj Thapa FC
Search djoser On Thu, 22 Aug, 2019, 12:15 AM Sandip Nath, wrote: > Are there any ready to use user authentication API for Django where user > can register not only with username, password and email but also with date > of birth, profile-url, picture etc? > > -- > You received this message

Re: Regarding to suggestion for registration page

2019-08-21 Thread Sipum
gt;> >>>> On Wednesday, 21 August, 2019, 12:35:28 pm IST, RONAK JAIN < >>>> jainronak...@gmail.com> wrote: >>>> >>>> >>>> Hey >>>> I tried but still getting like that... >>>> >>>> Attached screenshots

Re: Regarding to suggestion for registration page

2019-08-21 Thread RONAK JAIN
gt;>> On Wednesday, 21 August, 2019, 12:35:28 pm IST, RONAK JAIN < >>> jainronak...@gmail.com> wrote: >>> >>> >>> Hey >>> I tried but still getting like that... >>> >>> Attached screenshots take a look.. >>> >&g

Re: Regarding to suggestion for registration page

2019-08-21 Thread Sipum
; >> >> Thanks >> >> On Wed, Aug 21, 2019 at 12:23 PM Tosin Ayoola >> wrote: >> >> Using httpRedirect to d view 4 the URL u want user to b redirected to >> >> On Aug 21, 2019 06:21, "RONAK JAIN" wrote: >> >> I am try

Re: Regarding to suggestion for registration page

2019-08-21 Thread 'Gaurav Ravindra Bole' via Django users
hed screenshots take a look.. > > > > Thanks > > On Wed, Aug 21, 2019 at 12:23 PM Tosin Ayoola > wrote: > > Using httpRedirect to d view 4 the URL u want user to b redirected to > > On Aug 21, 2019 06:21, "RONAK JAIN" wrote: > > I am trying to redir

Looking for Django registration API

2019-08-21 Thread Sandip Nath
Are there any ready to use user authentication API for Django where user can register not only with username, password and email but also with date of birth, profile-url, picture etc? -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Regarding to suggestion for registration page

2019-08-21 Thread 'Amitesh Sahay' via Django users
screenshots take a look.. Thanks  On Wed, Aug 21, 2019 at 12:23 PM Tosin Ayoola wrote: Using httpRedirect to d view 4 the URL u want user to b redirected to  On Aug 21, 2019 06:21, "RONAK JAIN" wrote: I am trying to redirect my registration page but, I am not getting please check m

Re: Regarding to suggestion for registration page

2019-08-21 Thread Tosin Ayoola
Using httpRedirect to d view 4 the URL u want user to b redirected to On Aug 21, 2019 06:21, "RONAK JAIN" wrote: > I am trying to redirect my registration page but, I am not getting *please > check my attached screenshot* and please let me know where I am doing > wrong... >

Re: Regarding to suggestion for registration page

2019-08-19 Thread Sipum
ers Club > wrote: > >> return redirect('{{ request.scheme }}://{{ request.get_host }}') >> This will redirect to home page >> >> On Mon, 19 Aug 2019, 3:52 pm RONAK JAIN, wrote: >> >>> Hello Django developers, >>> >>> I am trying to redirec

Re: Regarding to suggestion for registration page

2019-08-19 Thread Ronit Mishra
: > return redirect('{{ request.scheme }}://{{ request.get_host }}') > This will redirect to home page > > On Mon, 19 Aug 2019, 3:52 pm RONAK JAIN, wrote: > >> Hello Django developers, >> >> I am trying to redirect my registration page on the home page but, I a

Re: Regarding to suggestion for registration page

2019-08-19 Thread Smovie Makers Club
return redirect('{{ request.scheme }}://{{ request.get_host }}') This will redirect to home page On Mon, 19 Aug 2019, 3:52 pm RONAK JAIN, wrote: > Hello Django developers, > > I am trying to redirect my registration page on the home page but, I am > not getting when

Re: Regarding to suggestion for registration page

2019-08-19 Thread N'BE SORO
Ok, I will check. Le lun. 19 août 2019 à 10:21, RONAK JAIN a écrit : > Hello Django developers, > > I am trying to redirect my registration page on the home page but, I am > not getting when I am trying with a registration page it will work for > registration but when I am doin

Editing the User model registration form, multiple user types on one form

2019-06-18 Thread Taha Arif
I have a user model registration form, I want to modify it to include a radio button that when triggered opens up a few more fields. from django.contrib.auth import get_user_model from django.contrib.auth.forms import UserCreationForm class UserCreateForm(UserCreationForm): class Meta

Re: How to generate UserID and password for users upon registration?

2019-05-13 Thread MUHAMMAD AFZAL
Thank you Devender Kumar On May 13, 2019 4:11 PM, "Devender Kumar" wrote: > make use of user manager which can genreate userid and password and create > user with this userid and password + **extra fields > > On Thursday, May 9, 2019 at 6:09:33 PM UTC+5:30, MUHAMMAD AFZAL wrote: >> >> Hello

Re: How to generate UserID and password for users upon registration?

2019-05-13 Thread Devender Kumar
make use of user manager which can genreate userid and password and create user with this userid and password + **extra fields On Thursday, May 9, 2019 at 6:09:33 PM UTC+5:30, MUHAMMAD AFZAL wrote: > > Hello Django People, > > I'm building an app in which I need to generate UserID and passwords

Re: How to generate UserID and password for users upon registration?

2019-05-10 Thread Najmath Ummer
Hey, Try using django-allauth. It includes everything related to accounts. For more information: django-allauth django-allauth-tutorial

How to generate UserID and password for users upon registration?

2019-05-09 Thread MUHAMMAD AFZAL
Hello Django People, I'm building an app in which I need to generate UserID and passwords for users automatically up signing up to the app. And ID and password will be sent to email or phone number. I'm checking out for full solution in Django. Thanks Muhammad Afzal -- You received this

Re: Custom multiuser login, registration in DRF

2019-04-09 Thread mazz ahmed
e they fill up a form, they should be able to log in > only when the registration form is approved by admin which s/he receives at > the inbox of the email. > > for how I should create apps and all? any suggestions? can anyone explain? > > -- > You received this message because you are

Custom multiuser login, registration in DRF

2019-04-09 Thread Shubham Joshi
of respected users, teacher/students. once they fill up a form, they should be able to log in only when the registration form is approved by admin which s/he receives at the inbox of the email. for how I should create apps and all? any suggestions? can anyone explain? -- You received this message

Re: Django REST custom registration

2019-03-26 Thread Shubham Joshi
thanks On Tue, Mar 26, 2019 at 8:33 AM Sam W wrote: > Similar question in Stackoverflow: > > > https://stackoverflow.com/questions/24791110/django-allauth-how-to-set-user-to-active-only-after-e-mail-verification/24809190 > > On Monday, March 25, 2019 at 4:17:11 AM UTC-5, shubham joshi wrote:

Re: Django REST custom registration

2019-03-25 Thread Sam W
Similar question in Stackoverflow: https://stackoverflow.com/questions/24791110/django-allauth-how-to-set-user-to-active-only-after-e-mail-verification/24809190 On Monday, March 25, 2019 at 4:17:11 AM UTC-5, shubham joshi wrote: > > How can I create sign up form in such a way that..once a form

Re: custom registration form

2019-03-25 Thread Sam W
Similar question in Stackoverflow: https://stackoverflow.com/questions/24791110/django-allauth-how-to-set-user-to-active-only-after-e-mail-verification/24809190 On Monday, March 25, 2019 at 7:52:57 AM UTC-5, Shubham Joshi wrote: > > How can I create sign up form in such a way that..once a form

Re: custom registration form

2019-03-25 Thread Mohamed Amin
O On Mar 25, 2019 17:01, "Chetan Ganji" wrote: > There is a better way in django. > > Django provides admin panel for the admins, you just have to create one > account for the admin as superuser. Email needs to be sent manually which > can be done immediately after the form is validated. > User

Re: custom registration form

2019-03-25 Thread Chetan Ganji
There is a better way in django. Django provides admin panel for the admins, you just have to create one account for the admin as superuser. Email needs to be sent manually which can be done immediately after the form is validated. User model has "*is_active*" flag that can be used to limit

custom registration form

2019-03-25 Thread Shubham Joshi
How can I create sign up form in such a way that..once a form has been filled and submitted by user (teacher / student) . The form should be sent to the Admins email id , once s/he verified the sign up form , the user should able log in -- You received this message because you are subscribed

Django REST custom registration

2019-03-25 Thread shubham joshi
How can I create sign up form in such a way that..once a form has been filled and submitted by user (teacher / student) . The form should be sent to the Admins email id , once s/he verified the sign up form , the user should able log in -- You received this message because you are subscribed

Re: hi guys i have been having trouble setting up a login and registration page, can anyone please help me

2019-03-13 Thread gauravsrivastava2k17
Please post traceback so that I can know what type of error you are getting On Tuesday, March 12, 2019 at 8:26:04 PM UTC+5:30, abhishek jayalal wrote: > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

Re: hi guys i have been having trouble setting up a login and registration page, can anyone please help me

2019-03-12 Thread Siddharth Tamang
Can you be specific what errors you are getting? On Tue, Mar 12, 2019 at 8:25 PM abhishek jayalal < abhishekjayalal...@gmail.com> wrote: > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving

hi guys i have been having trouble setting up a login and registration page, can anyone please help me

2019-03-12 Thread abhishek jayalal
-- 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@googlegroups.com.

Re: Installing and using django registration – backends

2019-01-09 Thread Yuval Bachrach
ror: No module named 'django_registration.backends' [image: django registration backends.jpg] There were suggestions at web to install django_registration using --user flag of pip install: Tried that: It does not help On Wed, Jan 2, 2019 at 8:02 PM Yuval Bachrach wrote: > Inst

Re: Installing and using django registration – backends

2019-01-04 Thread Yuval Bachrach
llowing error message: > "ModuleNotFoundError: No module named 'registration'" > I think registration is the old name used at version 2.3. > Instead of following the pdf I follow > https://django-registration.readthedocs.io/en/3.0/ > (pdf is for an older versio

Re: Installing and using django registration – backends

2019-01-03 Thread Yuval Bachrach
For the suggested link I get the following error message: "ModuleNotFoundError: No module named 'registration'" I think registration is the old name used at version 2.3. Instead of following the pdf I follow https://django-registration.readthedocs.io/en/3.0/ (pdf is for an older v

Re: Installing and using django registration – backends

2019-01-03 Thread Rahul Verma
Can you try like ths urlpatterns = [ # Other URL patterns ... url(r'^accounts/', include('registration.backends.activation.urls')), # More URL patterns ... ] By the way, this is the documentation of Django Registration ,Hopefully it may help you. https://media.readthedocs.org/pdf/django

Installing and using django registration – backends

2019-01-02 Thread Yuval Bachrach
Installing and using django registration – backends The package is installed (pip) and migration is clean. Next steps at the documents: Adding to urls at urlpatterns but I get error messages (details below). So I am stacked at the very beginning. As a Django beginner, I would be happy to get

Re: template location for django-registration framework

2018-12-31 Thread Yuval Bachrach
(the suggested url: I saw it before writing the message. It is outdated. Example: It uses "python manage.py syncdb" Besides: It instruct adding to INSTALLED_APPS : " 'registration'": This yield errors: First reason: A comma is missing.. I also think, but not sure,that this

Re: template location for django-registration framework

2018-12-30 Thread Yuval Bachrach
First: thank you! Yes I did search before asking I was trying to place the templates under my project tree (rather than under "Python37-32\Lib\site-packages\django\contrib\admin\templates\registration" and could not make it work. Per you advice I also tried putting the template file at

Re: template location for django-registration framework

2018-12-29 Thread Zhe Li
/templates/registration/ On Saturday, December 29, 2018 at 10:22:11 AM UTC-5, Yuval Bachrach wrote: > > I have installed "django-registration:" and now follow " > https://django-registration.readthedocs.io/en/3.0/quickstart.html; > > I have set URLs as explained

template location for django-registration framework

2018-12-29 Thread Yuval Bachrach
I have installed "django-registration:" and now follow " https://django-registration.readthedocs.io/en/3.0/quickstart.html; I have set URLs as explained (see below) but failed to tell django where to find the templates. What do I need to do to have django find the templates?

Re: how-to style registration form?

2018-09-09 Thread mottaz hejaze
please full error message On Mon, Sep 10, 2018 at 12:48 AM V O wrote: > i currently try to "style" my registration form. in General i get the > concept behind it but not at that point: > > > This is how it's intendet to be (and not working): > > class Re

how-to style registration form?

2018-09-09 Thread V O
i currently try to "style" my registration form. in General i get the concept behind it but not at that point: This is how it's intendet to be (and not working): class RegistrationForm(UserCreationForm): > username = forms.CharField(required=True, label='Usernam

Re: Fail to create Django registration form with email and password only

2018-08-20 Thread Mikhailo Keda
No need to change Django registration/authentication, you need to use it. Check this example - https://chat.mkeda.me/login?next=/ source code for registration/authentication - https://bitbucket.org/voron-raven/chat/src/f78b6531652f866109dbfa2f8aeffac6c0f1bb32/core/views.py#lines-247:283 Just

Fail to create Django registration form with email and password only

2018-08-19 Thread Yan Cheng Cheok
Creating basic registration/ authentication in Django is insanely hard. After many tries, I manage to create basic registration/ authentication in Django using username and password. [image: enter image description here] <https://i.stack.imgur.com/ZLuUG.png> The code is shown in

Re: The path to my login template after registration is incorrect, but the path to the registration template in the same directory is correct, I don't understand why.

2018-05-12 Thread Jason
here is no templates folder in the gr_backend package. nor are there any template directories or files in that repository On Saturday, May 12, 2018 at 4:59:28 PM UTC-4, Anthony Orona wrote: > > > I set up user registration by subclassing generic.CreateView in an app > called Acc

The path to my login template after registration is incorrect, but the path to the registration template in the same directory is correct, I don't understand why.

2018-05-12 Thread Anthony Orona
I set up user registration by subclassing generic.CreateView in an app called Accounts. and I then set up my urls using django.contrib.auth.urls. I can register a user but when I try to redirect to the login page, I get this error: ~//workspace/web/goldrush/gr_backend/templates

Re: registration with cities...

2018-04-14 Thread Samuel Muiruri
Will tell you the possible ways to tackle this. 1. You assign the user model with a city name so when you filter results for a user you also filter to match the city they're in. 2. You use the browser locate feature to get gps info (latitude, longitude) feed that to django through

Re: registration with cities...

2018-04-14 Thread M. Page-Lieberman
from Turkey, it has 81 cities. i want to make a site > that will enable people living in the same city to exchange goods with each > other. people living in different cities should not see each other's share. > and users must have an extra fields in account profile registration page. > like a

  1   2   3   4   5   6   7   8   9   10   >