Coder Social home page Coder Social logo

jaswine / code-cources-platform Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 1.0 187.29 MB

django, drf, django-allauth; html/css/js

Home Page: https://it-club.pbk.kz/

License: Apache License 2.0

Python 38.25% HTML 29.67% JavaScript 8.70% CSS 23.38%
course course-plarform django django-application html-css-javascript learn-coding

code-cources-platform's People

Contributors

jaswine avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

code-cources-platform's Issues

ValueError at /register/ You have multiple authentication backends configured and therefore must provide the `backend` argument or set the `backend` attribute on the user.

При регистрации аккаунта выдает ошибку:
ValueError at /register/

You have multiple authentication backends configured and therefore must provide the backend argument or set the backend attribute on the user.

Вроде как решение добавить аргумент backend="django.contrib.auth.backends.ModelBackend" в login(), но тогда после регистрации все равно не логинит, приходится самому логинится.

Либо добавить в AUTHENTICATION_BACKENDS -> "django.contrib.auth.backends.ModelBackend" .

изображение

Conflict: Createsuperuser and Profile models.

Незнаю, просто странно что если создать superuser, и попробовать посмотреть профиль, то выдаст ошибку DoesNotExist at /profile. Однако если попробовать зарегистрировать через форму, то мы не сможем использовать username как у админа, хотя у него же нет профиля.

Можно попробовать через def save(), создавать для админа профиль тоже =)

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.