Django CSRF Error
Hi, I just created a Django site. I'm trying to login admin dashboard but csrf error is showing. How to solve?
Solution:Jump to solution
please give django's docs a read, specifically these
https://docs.djangoproject.com/en/4.2/ref/csrf/
https://docs.djangoproject.com/en/4.2/howto/csrf/
https://docs.djangoproject.com/en/4.2/ref/settings/#std-setting-DEBUG...
4 Replies
Solution
please give django's docs a read, specifically these
https://docs.djangoproject.com/en/4.2/ref/csrf/
https://docs.djangoproject.com/en/4.2/howto/csrf/
https://docs.djangoproject.com/en/4.2/ref/settings/#std-setting-DEBUG
Ok thanks but this is a fresh installation. Railway should include that
this is something that needs to be done in code and not on railway's side of things, since it could be different for every app
Ok let me try 🙏