mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-29 00:11:43 +02:00
Move apps in main directory
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
api
locale/fr/LC_MESSAGES
logs
participation
__init__.pyadmin.pytests.pyurls.pyviews.py
api
apps.pyforms.pymanagement
__init__.py
commands
migrations
models.pysearch_indexes.pysignals.pytables.pytemplates
participation
chat.htmlcreate_team.htmljoin_team.html
mails
request_validation.htmlrequest_validation.txtteam_not_validated.htmlteam_not_validated.txtteam_validated.htmlteam_validated.txt
note_form.htmlparticipation_detail.htmlpassage_detail.htmlpassage_form.htmlpool_detail.htmlpool_form.htmlteam_detail.htmlteam_leave.htmlteam_list.htmltournament_detail.htmltournament_form.htmltournament_list.htmlupdate_team.htmlupload_motivation_letter.htmlupload_notes.htmlupload_solution.htmlupload_synthesis.htmlsearch
indexes
registration
__init__.pyadmin.py
api
apps.pyauth.pyfixtures
forms.pymigrations
0001_initial.py0002_auto_20230110_2031.py0003_alter_participantregistration_zip_code.py0004_volunteer_admin.py0005_studentregistration_vaccine_sheet.py__init__.py
models.pysearch_indexes.pysignals.pytables.pytemplates
registration
add_organizer.htmlemail_validation_complete.htmlemail_validation_email_sent.html
mails
password_change_done.htmlpassword_change_form.htmlpassword_reset_complete.htmlpassword_reset_confirm.htmlpassword_reset_done.htmlpassword_reset_form.htmlpayment_form.htmlsignup.htmltex
Autorisation_droit_image_majeur.texAutorisation_droit_image_mineur.texAutorisation_parentale.texInstructions.tex
update_user.htmlupload_health_sheet.htmlupload_parental_authorization.htmlupload_photo_authorization.htmlupload_vaccine_sheet.htmluser_detail.htmluser_list.htmlsearch
templatetags
tests.pyurls.pyviews.pytfjm
tox.ini@ -21,8 +21,6 @@ from django.utils.translation import gettext_lazy as _
|
||||
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
|
||||
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
PROJECT_DIR = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
|
||||
APPS_DIR = os.path.realpath(os.path.join(BASE_DIR, "apps"))
|
||||
sys.path.append(APPS_DIR)
|
||||
|
||||
ADMINS = [("Emmy D'Anello", "emmy.danello@animath.fr")]
|
||||
|
||||
|
Reference in New Issue
Block a user