PAM is a web application in which UFPS master's degree applicants can register and view their admission process online. PAM is based on the Django 4.1.2 framework and the Python 3.10.7 interpreter.
Log In | Create an account | Name screenshot here |
---|---|---|
Password reset | Set new password | Password change |
---|---|---|
- Master's director
- Register an account as an applicant
- Resend an activation code
- View master's degrees
- Enroll in a master's degree
- Follow up on a master's degree enrollment
- Change profile
- Change email
- Change password
- Master's director
- Admin
- Register master's degrees
- Login
- via email & password
- via Gmail
- Logout
- Reset password
git clone https://github.com/JulianRivers/PAM.git
cd PAM
pip install -r .\requirements.txt
python source/manage.py makemigrations
python source/manage.py migrate
python source/manage.py collectstatic
Just run this command:
python source/manage.py runserver