You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of Nov. 7, 2022, the website acts like a restrictive blog page; meaning that the user must create a login to view, add, and delete a collection of all entries.
I am trying to change it so that every entry is associated with each profile.
Another issue that I run into when I try to implement code under a profile ForeignKey model for the Entry model, the form asks for the user's profile which I want to automatically associate with the already-logged-in user.
The text was updated successfully, but these errors were encountered:
As of Nov. 7, 2022, the website acts like a restrictive blog page; meaning that the user must create a login to view, add, and delete a collection of all entries.
I am trying to change it so that every entry is associated with each profile.
Another issue that I run into when I try to implement code under a profile ForeignKey model for the Entry model, the form asks for the user's profile which I want to automatically associate with the already-logged-in user.
The text was updated successfully, but these errors were encountered: