Send me views.py

On Fri, 3 Jul 2020, 12:36 pm Mohsen Pahlevanzadeh, <
m.pahlevanza...@gmail.com> wrote:

> I don't have model.py for auth_user.
>
> On Friday, July 3, 2020 at 11:10:17 AM UTC+4:30, RANGA BHARATH JINKA wrote:
>>
>> send me your models.py
>>
>> On Fri, Jul 3, 2020 at 12:06 PM Mohsen Pahlevanzadeh <
>> m.pahle...@gmail.com> wrote:
>>
>>> When  I use select * from auth_user; I get the following result:
>>> ########################################################################
>>>
>>> +----+--------------------------------------------------------------------------------+------------+--------------+----------+------------+-----------+--------------------------+----------+-----------+----------------------------+
>>> | id |
>>> password
>>> | last_login | is_superuser | username | first_name | last_name |
>>> email                    | is_staff | is_active |
>>> date_joined                |
>>>
>>> +----+--------------------------------------------------------------------------------+------------+--------------+----------+------------+-----------+--------------------------+----------+-----------+----------------------------+
>>> |  1 |
>>> pbkdf2_sha256$180000$8waw72qXD5IL$nDgySLTPAt3uLNnUMhzpPVodbkGYtYJJsmBilA7X6g8=
>>> | NULL       |            1 | mohsen   |            |           |
>>> moh...@pahlevanzadeh.net |        1 |         1 | 2020-07-03
>>> 05:57:34.351606 |
>>> |  2 |
>>> pbkdf2_sha256$180000$NNVfAk9Z98Uz$5m6HPp42ytlZeyLiy8jsYgUKjREu8WbDeLhAb7dFi0M=
>>> | NULL       |            1 | ali      |            |           |
>>> a...@example.com            |        1 |         1 | 2020-07-03
>>> 05:58:09.429542 |
>>>
>>> +----+--------------------------------------------------------------------------------+------------+--------------+----------+------------+-----------+--------------------------+----------+-----------+----------------------------+
>>> 2 rows in set (0.000 sec)
>>>
>>> #########################################################################
>>>
>>> And When I print(User.objects.all()) , I get the following result:
>>> #########################################
>>> <QuerySet [<User: mohsen>, <User: ali>]>
>>> [03/Jul/2020 05:58:33] "GET /sql/ HTTP/1.1" 200 4
>>> ##########################################
>>>
>>> Why I can't see all of my 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...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/12b372dc-973d-482f-8888-0f79997bdadeo%40googlegroups.com
>>> <https://groups.google.com/d/msgid/django-users/12b372dc-973d-482f-8888-0f79997bdadeo%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>
>>
>> --
>> Thanks and Regards
>>
>> J. Ranga Bharath
>> cell: 9110334114
>>
> --
> 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/a6dc1475-d6ac-48fa-872d-3f8698293414o%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/a6dc1475-d6ac-48fa-872d-3f8698293414o%40googlegroups.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/CAK5m316kK5StndUas_i%2BDxzb4EW-QLfufNFA-FidUWxt5skz-w%40mail.gmail.com.

Reply via email to