include template in a page

2017-08-07 Thread MPY
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

Embed template of app inside page

2017-07-31 Thread MPY
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

Try to read data from remote database

2016-09-06 Thread MPY
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',