Hi,
Did you check if you have the admin app listed in the setings.py?
INSTALLED_APPS = [
'django.contrib.admin',
'more_apps',
]
And what about your url.py? Does it have the /admin routing?
path('admin/', admin.site.urls),
On Thursday, June 14, 2018 at 2:28:41 PM UTC-3, Piotr Trybowski wr
It is just what it describes in the end of the sentence: "user
authentication, content administration, site maps, RSS feeds, and many more
tasks"
Examples for user authentication: user registration, login, logout, etc.
On Monday, June 18, 2018 at 3:01:55 PM UTC-3, Navjit Kaur wrote:
>
> Hello,
2 matches
Mail list logo