Coder Social home page Coder Social logo

Comments (5)

Nidhibarthwal avatar Nidhibarthwal commented on August 17, 2024 7

Add in your urls.py
url('^accounts/', admin.site.urls),

from django-feedreader.

ahernp avatar ahernp commented on August 17, 2024

Hi Paolo,

You are not doing anything wrong. I designed django-feedreader to require an authenticated user. My reason being that using this tool makes updates to your database, so it seemed best to restrict access to it.

For example, scrolling through a list of unread Entries in django-feedreader marks them as read. There are also controls on the main page which cause your server to immediately read one or many Feeds looking for new Entries.

However, if you want to try out django-feedreader without an authenticated user then remove the LoginRequiredMixin from the class declarations in feedreader/views.py (this should be found in the site-packages directory of your virtual environment).

The redirect to the login page is something Django does by default. accounts/login is the default login url. If you add url('^accounts/', include('django.contrib.auth.urls')), to your urls.py then a login page should appear and let you log in if you are not authenticated.

I hope that I have answered all of your questions.

from django-feedreader.

paolodina avatar paolodina commented on August 17, 2024

Thank you very much for the detailed explanation, it makes a lot of sense!

from django-feedreader.

blairg23 avatar blairg23 commented on August 17, 2024

I had to do a ./manage.py collectstatic to get the django-rest-swagger docs working correctly with authentication (without any of the recommendations previously mentioned, cos I had tried those to no avail previously).

from django-feedreader.

tefatt avatar tefatt commented on August 17, 2024

Add in your urls.py
url('^accounts/', admin.site.urls),

Worked for me as well.

from django-feedreader.

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.