Code Monkey home page Code Monkey logo

Comments (7)

AravTewari avatar AravTewari commented on September 25, 2024 1

Double checking, thank you for being able to piece all that together from what little I provided you!

from django-public-admin.

cuducos avatar cuducos commented on September 25, 2024 1

Yay! That was quick : )
Happy hacking!

from django-public-admin.

cuducos avatar cuducos commented on September 25, 2024

I see you are using Django 4.1.3, but the package officially supports Django 2 and 3. Does the issue happens in Django 2 or 3? Yes, I know I need to catch up (but my time for this package is limited).

Also, I see from this line /usr/local/lib/python3.9/site-packages/django/contrib/admin/templates/admin/base.html that you are not using the project's template, as recommended.

from django-public-admin.

cuducos avatar cuducos commented on September 25, 2024

Yep, I just re-read your logs:

Installed Applications:
['whitenoise.runserver_nostatic',
 'django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.sites',
 'django.contrib.messages',
 'django.contrib.staticfiles',
 'django.contrib.humanize',
 'django.contrib.admin',
 'django.forms',
 'django_celery_beat',
 'import_export',
 'failures.articles.apps.ArticlesConfig',
 'failures.parameters.apps.ParametersConfig',
 'debug_toolbar',
 'django_extensions']

It looks like you are not following the docs:

add "public_admin" to your INSTALLED_APPS before django.contrib.admin

Can you double-check it, please?

from django-public-admin.

AravTewari avatar AravTewari commented on September 25, 2024

Perfect, it worked! I overlooked that part of the documentation, thank you!

from django-public-admin.

cuducos avatar cuducos commented on September 25, 2024

BTW thank you for poking me, it inspired me to do this c1fe943

from django-public-admin.

AravTewari avatar AravTewari commented on September 25, 2024

Woo! Thanks!

from django-public-admin.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.