Skip to content

Commit

Permalink
Merge pull request #1 from fargeo/configure_apps
Browse files Browse the repository at this point in the history
Add arches apps to installed apps
  • Loading branch information
aarongundel authored Feb 26, 2025
2 parents 4e05324 + d07ab59 commit 7cabe3c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ Arches is a new, open-source, web-based, geospatial information system for cultu
Please see the [project page](http://archesproject.org/) for more information on the Arches project.

The Arches Installation Guide and Arches User Guide are available [here](http://archesproject.org/documentation/).

Getting started ...

```
python manage.py packages -o load_package -a synthetic_data
python manage.py migrate
```

6 changes: 5 additions & 1 deletion abac_permissions_demo/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,15 @@
"arches.app.models",
"arches.management",
"guardian",
"captcha",
"django_recaptcha",
"revproxy",
"corsheaders",
"oauth2_provider",
"django_celery_results",
# "silk",
"abac_permissions_demo", # Ensure the project is listed before any other arches applications
"synthetic_data",
"rule_based_perms",
)

# Placing this last ensures any templates provided by Arches Applications
Expand Down Expand Up @@ -417,6 +419,8 @@
# ('es', _('Spanish')),
]

PERMISSION_FRAMEWORK = "arches_filtered_permissions.ArchesFilteredPermissionFramework"

# override this to permenantly display/hide the language switcher
SHOW_LANGUAGE_SWITCH = len(LANGUAGES) > 1

Expand Down

0 comments on commit 7cabe3c

Please sign in to comment.