https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Admin_site

On Thu, 7 Nov, 2019, 8:29 PM himanshu chouhan, <hchouha...@gmail.com> wrote:

> you need to register ur model as well.
>
> On Thu, 7 Nov, 2019, 8:27 PM Paras Jain, <parasjain...@gmail.com> wrote:
>
>> this is my models.py file i created and migrated but model in not created
>> in my admin page as database please somebody help
>>
>> from django.db import models
>>
>> # Create your models here.
>> class Company(models.Model):
>>     email = models.EmailField()
>>
>>
>>     def __init__():
>>         return self.email
>>
>> --
>> 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
>> https://groups.google.com/d/msgid/django-users/CAMtmBS-msPj-1TNBx%3DP6YOZTZmaEhFp22%3DGa%3DHGC160w77fyEQ%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CAMtmBS-msPj-1TNBx%3DP6YOZTZmaEhFp22%3DGa%3DHGC160w77fyEQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
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 
https://groups.google.com/d/msgid/django-users/CAFCu%3DVQU6n8M_Tx-WpfHsm0BtjF%2BvgXaOcHGbXVjELXL8Dacpw%40mail.gmail.com.

Reply via email to