Skip to content
Snippets Groups Projects
Commit 2eba154e authored by s2536528's avatar s2536528
Browse files

Deleted all private data. Created only admin profile. Frontend (local) still...

Deleted all private data. Created only admin profile. Frontend (local) still works with the backend (also local).
parent e768fbc0
No related branches found
No related tags found
No related merge requests found
Pipeline #85746 failed
Showing
with 14 additions and 4 deletions
MySU is a member administration tool for all associations of the University of Twente.
# MySU is a member administration tool used to provide a common platform for any association willing to be a part of it.
You can find more information in the wiki.
### Backend of MySU is divided into several components:
- **Calendar** is responsible for handling events provided by different associations. It contains information about: enrollment, enrollment options, event types, and events themselves.
- **Email** is responsible for distributing emails to members of the various associations.
- **Financial** is responsible for handling the finances of the associations and their particular members. Contains information about: bank accounts, debt entries, debt collections and invoices.
- **API [apps/MySU]** is responsible for handling the requests and responses between the frontend and backend.
- **Backend [MySU]** is a main part of the code that the other components are built upon. It handles all the major work and provides the functionality for the web application.
- **Buddy**, **Exams** and **Inventory** are **deprecated** and have no use for the main App, as of now. Can be found in "Unused Apps" directory.
## In order to properly setup the MySU application in local environment, follow
## [More information about Backend can be found here.](https://gitlab.utwente.nl/my-su/backend/api)
## [More information about Frontend can be found here.](https://gitlab.utwente.nl/my-su/frontend/website)
\ No newline at end of file
File moved
File moved
......@@ -2,4 +2,4 @@ from django.apps import AppConfig
class ExamsConfig(AppConfig):
name = 'apps.exams'
name = 'Unused Apps.exams'
File moved
File moved
......@@ -3,5 +3,5 @@ from django.apps import AppConfig
class InventoryConfig(AppConfig):
label = 'inventory'
name = 'apps.inventory'
name = 'Unused Apps.inventory'
verbose_name = "Inventory"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment