-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
92 additions
and
566 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
85 changes: 85 additions & 0 deletions
85
...anizations/migrations/0019_alter_organization_options_remove_organization_faq_and_more.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
# Generated by Django 4.2.18 on 2025-02-07 14:31 | ||
|
||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
("organizations", "0018_remove_organization_wikipedia_tags_and_more"), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterModelOptions( | ||
name="organization", | ||
options={ | ||
"permissions": ( | ||
("access_admin", "Can access the admin panel"), | ||
("view_stat", "Can view stats"), | ||
("view_org_project", "Can view community projects"), | ||
("view_org_projectuser", "Can view community users"), | ||
("view_org_peoplegroup", "Can view community groups"), | ||
("lock_project", "Can lock and unlock a project"), | ||
("duplicate_project", "Can duplicate a project"), | ||
("change_locked_project", "Can update a locked project"), | ||
("manage_accessrequest", "Can manage access requests"), | ||
("view_project", "Can view projects"), | ||
("add_project", "Can add projects"), | ||
("change_project", "Can change projects"), | ||
("delete_project", "Can delete projects"), | ||
("view_projectmessage", "Can view project messages"), | ||
("add_projectmessage", "Can add project messages"), | ||
("change_projectmessage", "Can change project messages"), | ||
("delete_projectmessage", "Can delete project messages"), | ||
("view_projectuser", "Can view users"), | ||
("add_projectuser", "Can add users"), | ||
("change_projectuser", "Can change users"), | ||
("delete_projectuser", "Can delete users"), | ||
("view_peoplegroup", "Can view groups"), | ||
("add_peoplegroup", "Can add groups"), | ||
("change_peoplegroup", "Can change groups"), | ||
("delete_peoplegroup", "Can delete groups"), | ||
("view_news", "Can view news"), | ||
("add_news", "Can add news"), | ||
("change_news", "Can change news"), | ||
("delete_news", "Can delete news"), | ||
("view_event", "Can view event"), | ||
("add_event", "Can add event"), | ||
("change_event", "Can change event"), | ||
("delete_event", "Can delete event"), | ||
("view_instruction", "Can view instructions"), | ||
("add_instruction", "Can add instructions"), | ||
("change_instruction", "Can change instructions"), | ||
("delete_instruction", "Can delete instructions"), | ||
("add_tag", "Can add tags"), | ||
("change_tag", "Can change tags"), | ||
("delete_tag", "Can delete tags"), | ||
("add_tagclassification", "Can add tag classifications"), | ||
("change_tagclassification", "Can change tag classifications"), | ||
("delete_tagclassification", "Can delete tag classifications"), | ||
("add_projectcategory", "Can add project categories"), | ||
("change_projectcategory", "Can change project categories"), | ||
("delete_projectcategory", "Can delete project categories"), | ||
("add_review", "Can add reviews"), | ||
("change_review", "Can change reviews"), | ||
("delete_review", "Can delete reviews"), | ||
("add_comment", "Can add comments"), | ||
("change_comment", "Can change comments"), | ||
("delete_comment", "Can delete comments"), | ||
("add_follow", "Can add follows"), | ||
("change_follow", "Can change follows"), | ||
("delete_follow", "Can delete follows"), | ||
("add_invitation", "Can add invitation links"), | ||
("change_invitation", "Can change invitation links"), | ||
("delete_invitation", "Can delete invitation links"), | ||
) | ||
}, | ||
), | ||
migrations.RemoveField( | ||
model_name="organization", | ||
name="faq", | ||
), | ||
migrations.DeleteModel( | ||
name="Faq", | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.