Skip to content

Commit

Permalink
Merge pull request #1 from Xpirix/plugins_website_only
Browse files Browse the repository at this point in the history
Plugins website only
  • Loading branch information
Xpirix authored Aug 12, 2024
2 parents 2318c6b + 30178a2 commit 1c22c83
Show file tree
Hide file tree
Showing 224 changed files with 68 additions and 31,582 deletions.
24 changes: 0 additions & 24 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,30 +124,6 @@ Now you can run the server using the green triangle next to the Django server
label in the run configurations pull down. Debug will also work and you will be
able to step through views etc as you work.

---
## Setup Style Managers Group

The members of this group will receive style related emails.
Follow these steps for setting up:
- Open admin page: `http://0.0.0.0:62202/admin`, login with superuser account.
- Create new Group: `Authentication and Authorization > Groups > Add group`
- Set the options:
- **Name:** `Style Managers`
- **Permissions:**
choose all styles | in **Available permissions** by typing `styles` in search input and click `Choose all`
- styles | style | Can add style
- styles | style | Can change style
- styles | style | Can delete style
- styles | style | Can view style
- styles | style review | Can add style review
- styles | style review | Can change style review
- styles | style review | Can delete style review
- styles | style review | Can view style review
- styles | style type | Can add style type
- styles | style type | Can change style type
- styles | style type | Can delete style type
- styles | style type | Can view style type

---
## Backup and Restore

Expand Down
10 changes: 0 additions & 10 deletions dockerize/docker/REQUIREMENTS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ django-debug-toolbar~=4.2
whoosh~=2.7
django-haystack~=3.2

# Feedjack==0.9.18
# So use George's fork rather
# git+https://github.com/Erve1879/feedjack.git
# George's is also broken: use my fork (django 1.8 ready)
# git+https://github.com/elpaso/feedjack.git
# His is also broken, use dimasciput (django 2.2 ready)
# git+https://github.com/dimasciput/feedjack.git
# For django 4, use Xpirix (django 4.2 ready)
git+https://github.com/Xpirix/feedjack.git
feedparser~=6.0
celery~=5.3

Expand All @@ -55,7 +46,6 @@ drf-yasg~=1.21
django-rest-multiple-models==2.1.3

django-preferences==1.0.0
PyWavefront==1.3.3
geoip2==4.5.0
django-matomo==0.1.6
uwsgi~=2.0
Expand Down
11 changes: 1 addition & 10 deletions qgis-app/REQUIREMENTS_plugins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,7 @@ django-debug-toolbar~=4.2
whoosh~=2.7
django-haystack~=3.2

# Feedjack==0.9.18
# So use George's fork rather
# git+https://github.com/Erve1879/feedjack.git
# George's is also broken: use my fork (django 1.8 ready)
# git+https://github.com/elpaso/feedjack.git
# His is also broken, use dimasciput (django 2.2 ready)
# git+https://github.com/dimasciput/feedjack.git
# For django 4, use Xpirix (django 4.2 ready)
git+https://github.com/Xpirix/feedjack.git

feedparser~=6.0
celery~=5.3

Expand All @@ -55,7 +47,6 @@ drf-yasg~=1.21
django-rest-multiple-models==2.1.3

django-preferences==1.0.0
PyWavefront==1.3.3
geoip2==4.5.0
django-matomo==0.1.6
uwsgi~=2.0
Expand Down
Empty file removed qgis-app/api/__init__.py
Empty file.
1 change: 0 additions & 1 deletion qgis-app/api/admin.py

This file was deleted.

5 changes: 0 additions & 5 deletions qgis-app/api/apps.py

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion qgis-app/api/models.py

This file was deleted.

23 changes: 0 additions & 23 deletions qgis-app/api/permissions.py

This file was deleted.

99 changes: 0 additions & 99 deletions qgis-app/api/serializers.py

This file was deleted.

Empty file removed qgis-app/api/tests/__init__.py
Empty file.
Loading

0 comments on commit 1c22c83

Please sign in to comment.