Re: LookupError: No installed app with label 'admin'.

2019-05-21 Thread kimeualexis
This error mostly has nothing to do with the admin. Try makemigrations and migrate. On Monday, May 20, 2019 at 5:11:15 AM UTC+3, This is a test message wrote: > > Hi, > > > > I am new to django and am trying out the tutorial. Get the following error: > >1. Create a virtual environment using

Django Model Forms.

2019-05-17 Thread kimeualexis
Hello, guys. Is there a way to lay out Django Model form fields across the Browser rather than top-down? Kindly assist. -- 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 e

Django UserForm Help Texts

2019-01-14 Thread kimeualexis
Hello, guys. Anyone with an idea how to hide help texts in Django User Registration Form? Regards. [image: Screenshot from 2019-01-14 21-48-53.png] -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiv

Login with pre-set credentials.

2018-06-12 Thread kimeualexis
Hello, guys! Am working on a student's portal with users: Admin, Staff & Student. I want the admin to be able to register Students & Staff with a password. After being registered, the students will be able to login with the pre-set password and can later change it. How do I achieve this functio