commit aa400800129f1dd56bcefda1c72e58c513db73b2 Author: Vivek P Prakash Date: Thu Nov 27 11:53:46 2025 +0530 Initials diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..9b39e1d --- /dev/null +++ b/.env.example @@ -0,0 +1,4 @@ +# Copy to .env and set values +DJANGO_SECRET_KEY=replace-me +DJANGO_DEBUG=False +DJANGO_ALLOWED_HOSTS=localhost,127.0.0.1 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a795ed0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +__pycache__/ +*.pyc +db.sqlite3 +/media/ +/staticfiles/ +.env diff --git a/.idea/eventify_prod.iml b/.idea/eventify_prod.iml new file mode 100644 index 0000000..e1908a6 --- /dev/null +++ b/.idea/eventify_prod.iml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..a887a5d --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,28 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..b692deb --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..db9c813 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..916f05f --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,319 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +