Hi guys, I create an app for register User named "account" this app works
perfectly, register user (create a user and create a profile for this
user), login user, log out user, modified password.. etc. This app has its
own template to show the form and works fine.
In my next step, I want to inc
Hi everyone I create an app call account to manage users on my website, I
create using the Django authentication system, this app works fine, I can
log in, register, change the password and edit the user.
I have a link to register and log in, but now I want to show to register
form in a normal
Hi everyone , I am new with Django and I try to connect with external
database to read the data and show in my view.
Hi create a new entry in setting.py file with the new database info that I
want connect. Something like this.
'externDB': {
'ENGINE': 'django.db.backends.mysql',
3 matches
Mail list logo