Skip to content

Commit

Permalink
fix(backend): add enviroment corrections for railway
Browse files Browse the repository at this point in the history
  • Loading branch information
tyronejosee committed Sep 25, 2024
1 parent fd59d40 commit 5d73158
Show file tree
Hide file tree
Showing 15 changed files with 1,231 additions and 21 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ COPY entrypoint.sh /app/entrypoint.sh
# Make the entrypoint script executable.
RUN chmod +x /app/entrypoint.sh

# Expose port 8000 on the container to allow communication to and from this port.
EXPOSE 8100
# # Expose port 8000 on the container to allow communication to and from this port.
# EXPOSE 8100

# Set the entrypoint for the container to execute the entrypoint.sh script when the container starts.
ENTRYPOINT ["/app/entrypoint.sh"]
19 changes: 6 additions & 13 deletions backend/config/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,19 @@
import os

from .base import *
from .base import BASE_DIR


EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"

STATIC_URL = "static/"
STATICFILES_DIRS = [os.path.join(BASE_DIR, "static")]
STATIC_ROOT = os.path.join(BASE_DIR, "static_root")
STATIC_ROOT = os.path.join(BASE_DIR, "static")

MEDIA_URL = "/media/"
MEDIA_ROOT = os.path.join(BASE_DIR, "media")

STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage"

SECURE_SSL_REDIRECT = True
# SECURE_SSL_REDIRECT = True

SECURE_HSTS_SECONDS = 31536000 # 1 year
# SECURE_HSTS_SECONDS = 31536000 # 1 year

SECURE_HSTS_INCLUDE_SUBDOMAINS = True
# SECURE_HSTS_INCLUDE_SUBDOMAINS = True

SECURE_BROWSER_XSS_FILTER = True
# SECURE_BROWSER_XSS_FILTER = True

CORS_ALLOW_CREDENTIALS = True
# CORS_ALLOW_CREDENTIALS = True
4 changes: 2 additions & 2 deletions backend/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ python manage.py collectstatic --noinput
# python manage.py runserver 0.0.0.0:8100

# Start the Gunicorn server, which is a production WSGI HTTP server for Django,
echo -e "${bold}${red}Starting Gunicorn server on port 8000...${normal}"
echo -e "${bold}${red}Starting Gunicorn server on port 8100...${normal}"
# binding to all network interfaces on port 8000
exec gunicorn config.wsgi:application --bind 0.0.0.0:$PORT
gunicorn config.wsgi:application --bind 0.0.0.0:$PORT
122 changes: 122 additions & 0 deletions backend/fixtures/Artist-2024-09-24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
[
{
"id": "0c597dc2-488f-4184-bfd5-0fad1bd55e86",
"is_available": "1",
"created_at": "2024-09-19 17:49:40",
"updated_at": "2024-09-19 18:18:40",
"user_id": "022f124e-925f-4ee9-a318-6247933144ca",
"name": "Cohen Floch",
"slug": "cohen-floch",
"image": "xvsoqadbfyvwlme7nqk7",
"description": "Graphic designer and muralist creating vibrant street art.",
"instagram": "https://www.instagram.com/cohen_floch",
"whatsapp": "+14045550000",
"styles": "a389bc56-9b0e-49f0-90c3-2e9f91272422,cdd8b5e7-317e-420f-8553-c69adefd494c",
"is_team": "1"
},
{
"id": "3b84f231-0cfb-45f1-9046-4691edf29a43",
"is_available": "1",
"created_at": "2024-09-19 17:57:02",
"updated_at": "2024-09-19 18:25:52",
"user_id": "d3cb1a70-cc18-41a1-aa08-73e82fa7947f",
"name": "Emma Brown",
"slug": "emma-brown",
"image": "lgt8qtlede4atbfgppyb",
"description": "Renowned painter known for her contemporary abstract works.",
"instagram": "https://www.instagram.com/emmabrownart",
"whatsapp": "+14045554321",
"styles": "7a8bc4b7-fb48-4d8d-b942-e2137f9df3d2,9e75e18c-f9f5-4a4a-95fb-f65310feddec",
"is_team": "1"
},
{
"id": "5a31b925-6d32-4d26-9e90-438ab6ac2929",
"is_available": "1",
"created_at": "2024-09-19 18:21:06",
"updated_at": "2024-09-19 18:24:10",
"user_id": "e3f7f7d7-95be-4f09-a0e5-98d1e3538ba3",
"name": "Owen Blake",
"slug": "owen-blake",
"image": "nvgizkmkazjeohnnqfwp",
"description": "Multimedia artist exploring the intersection of technology and art.",
"instagram": "https://www.instagram.com/owen_blake",
"whatsapp": "+14045551234",
"styles": "17d78288-41b9-4748-ba99-488d28a4c8b9,75b6ce4f-bee8-4ff1-96e2-ec948b7fff51",
"is_team": "1"
},
{
"id": "7173ff6f-f1c8-45b5-985d-0401bc4d6a1f",
"is_available": "1",
"created_at": "2024-09-19 17:58:03",
"updated_at": "2024-09-19 18:13:54",
"user_id": "928ca498-c10b-4f4e-8d0c-57adf20e2071",
"name": "Zara Moon",
"slug": "zara-moon",
"image": "tnioxj5jjkyaty6qv78l",
"description": "igital artist focused on character design and illustration.",
"instagram": "https://www.instagram.com/zara_moon",
"whatsapp": "+14045558765",
"styles": "2c9d7293-6b94-456b-8b8d-63c70df2b497,bd58505c-1f25-45ef-aba1-3845b25fd471",
"is_team": "1"
},
{
"id": "93252bb0-ea33-4984-ab22-b05fc3b599ae",
"is_available": "1",
"created_at": "2024-09-19 17:55:19",
"updated_at": "2024-09-19 18:13:38",
"user_id": "21cd7418-2e43-44bb-94f1-3b8ad994fd8c",
"name": "Deanna James",
"slug": "deanna-james",
"image": "qyzd2toqzfravjln4l5q",
"description": "A versatile artist specializing in watercolor tattoos and floral designs.",
"instagram": "https://www.instagram.com/deanna_james",
"whatsapp": "+14045556489",
"styles": "32afc720-3c40-49ee-876b-39c7aded26f6,e5077e5a-64a9-4058-9945-9aec44b9077b",
"is_team": "1"
},
{
"id": "ab5f511f-a30a-4b66-97cf-887b0dc629cc",
"is_available": "1",
"created_at": "2024-09-19 18:21:52",
"updated_at": "2024-09-19 18:25:32",
"user_id": "67715f8d-f1ec-4a2c-a3a2-79453a07900b",
"name": "Sebastian Cole",
"slug": "sebastian-cole",
"image": "q3aomzqabc1rpstn19v1",
"description": "Sculptor known for his abstract metalwork and large installations.",
"instagram": "https://www.instagram.com/sebastian_cole",
"whatsapp": "+14045558735",
"styles": "9998fcab-318b-4677-8949-c74b2c3b24a3,d3e9af27-53be-4097-81f4-c8f27f33a0dc",
"is_team": "1"
},
{
"id": "c40b3ca4-aa68-4fad-b138-15056ea2296e",
"is_available": "1",
"created_at": "2024-09-19 17:59:47",
"updated_at": "2024-09-19 18:15:40",
"user_id": "cd447055-53bc-476e-9b65-699afbecd7ea",
"name": "John Smith",
"slug": "john-smith",
"image": "syahpwuw2xy5wgz8nbew",
"description": "Freelance illustrator and concept artist with a passion for fantasy art.",
"instagram": "https://www.instagram.com/john_smith",
"whatsapp": "+14045550293",
"styles": "74b42022-7343-4b90-97a5-e43e504cd5db,920d4e90-4652-482c-90da-638dc0fbf150",
"is_team": "1"
},
{
"id": "d77a274b-a39b-4f49-82cd-97d7491db5f8",
"is_available": "1",
"created_at": "2024-09-19 18:00:35",
"updated_at": "2024-09-19 18:17:33",
"user_id": "866a447e-ee61-447b-9ade-3d6bc8b8fec1",
"name": "Michael Johnson",
"slug": "michael-johnson",
"image": "cfkpz31jsip1ghksee8p",
"description": "Tattoo artist specializing in realistic black and grey portraits.",
"instagram": "https://www.instagram.com/michael_johnson",
"whatsapp": "+14045555743",
"styles": "0f652da1-5373-4d9e-b1a8-b251a82d966c,df5c2275-4b1f-4a39-8314-e6b92318be28",
"is_team": "1"
}
]
30 changes: 30 additions & 0 deletions backend/fixtures/Brand-2024-09-24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[
{
"id": "18366257-8f46-47b5-ac9c-d4ef267d5821",
"is_available": "1",
"created_at": "2024-09-17 15:41:03",
"updated_at": "2024-09-17 15:41:03",
"name": "Cheyenne"
},
{
"id": "1a6bb747-5c64-4c54-bd5c-e642baf6c408",
"is_available": "1",
"created_at": "2024-09-13 16:21:14",
"updated_at": "2024-09-13 16:21:14",
"name": "Tattoo Goo"
},
{
"id": "8ba8eaf8-5bed-49c5-904d-a42723729e27",
"is_available": "1",
"created_at": "2024-09-17 15:53:41",
"updated_at": "2024-09-17 15:53:41",
"name": "Dragonhawk"
},
{
"id": "d2786e11-581c-450d-b248-6affb1fb028c",
"is_available": "1",
"created_at": "2024-09-17 15:46:31",
"updated_at": "2024-09-17 15:46:31",
"name": "Bishop"
}
]
16 changes: 16 additions & 0 deletions backend/fixtures/Category-2024-09-24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"id": "d2f6a5db-c03e-49f4-8c31-bc3d7a1e1d4c",
"is_available": "1",
"created_at": "2024-09-13 15:58:18",
"updated_at": "2024-09-13 15:58:18",
"name": "Aftercare Sets"
},
{
"id": "f1e42249-6d67-4339-aac5-ea3b4098960e",
"is_available": "1",
"created_at": "2024-09-17 15:44:47",
"updated_at": "2024-09-17 15:44:47",
"name": "Tattoo Machines"
}
]
17 changes: 17 additions & 0 deletions backend/fixtures/Company-2024-09-24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"id": "f3085966-a561-479a-aa36-2159070f0174",
"is_available": "1",
"created_at": "2024-09-16 00:01:13",
"updated_at": "2024-09-16 00:01:13",
"name": "Atlanta Ink",
"description": "Trust our experts for your next tattoo. With years of experience and a passion for detail, we’re here to bring your vision to life with precision and professionalism. Experience the difference of well-crafted art.",
"instagram": "https://www.instagram.com/atlanta_ink",
"youtube": "",
"twitch": "",
"tiktok": "https://www.tiktok.com/@atlanta_ink",
"whatsapp": "",
"rights": "Created with ❤️ by Tyrone José. All rights reserved.",
"location": "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6636.66036172617!2d-84.38647250642092!3d33.726"
}
]
98 changes: 98 additions & 0 deletions backend/fixtures/Faq-2024-09-24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
[
{
"id": "dfbd2c85-1340-4ae0-8ac6-4c7a44440310",
"is_available": "1",
"created_at": "2024-09-15 22:07:42",
"updated_at": "2024-09-15 22:07:42",
"question": "How can I book an appointment for a tattoo?",
"answer": "You can book an appointment directly on our website or by calling the studio. We recommend booking in advance, especially if you have a large or custom design in mind."
},
{
"id": "aa70599d-bac9-401d-ac56-0a62fd163b6c",
"is_available": "1",
"created_at": "2024-09-15 22:07:57",
"updated_at": "2024-09-15 22:07:57",
"question": "How much does a tattoo cost?",
"answer": "The price of a tattoo depends on the size, complexity of the design, and placement on the body. We offer personalized quotes during an initial consultation with one of our artists."
},
{
"id": "8a418a98-3615-4008-9457-34ba0e9d05d0",
"is_available": "1",
"created_at": "2024-09-15 22:08:12",
"updated_at": "2024-09-15 22:08:12",
"question": "Can I bring my own design?",
"answer": "Absolutely! We love working with custom ideas. If you have your own design, bring it to your consultation, and our team will work with you to make any necessary adjustments to ensure it looks amazing on your skin."
},
{
"id": "f2f45797-322f-4fc7-8d94-c650de4b4ba2",
"is_available": "1",
"created_at": "2024-09-15 22:08:29",
"updated_at": "2024-09-15 22:08:29",
"question": "Does getting a tattoo hurt?",
"answer": "Pain is subjective and varies depending on the location of the tattoo and your personal tolerance. Areas with more nerve endings, like the ribs or wrists, tend to be more painful."
},
{
"id": "b29df42a-dfc1-45e4-8021-837bd6c09c5f",
"is_available": "1",
"created_at": "2024-09-15 22:09:06",
"updated_at": "2024-09-15 22:09:06",
"question": "Is it safe to get a tattoo?",
"answer": "Yes, we follow strict hygiene and sterilization standards in our studio. We use disposable needles and high-quality products to ensure the safety of our clients."
},
{
"id": "9b3491ac-5a39-4617-a0d1-d579370d4d86",
"is_available": "1",
"created_at": "2024-09-15 22:09:16",
"updated_at": "2024-09-15 22:09:16",
"question": "How long does it take for a tattoo to heal?",
"answer": "Healing time can vary depending on the size of the tattoo and your skin type, but generally, it takes 2 to 4 weeks for a tattoo to heal completely. It's important to follow the aftercare instructions we provide."
},
{
"id": "4cf76612-6830-4fd1-8053-f42ffaa55cf5",
"is_available": "1",
"created_at": "2024-09-15 22:09:24",
"updated_at": "2024-09-15 22:09:24",
"question": "Do you offer temporary tattoos or henna?",
"answer": "We specialize in permanent tattoos, but we also offer temporary tattoos and henna upon request. These are great if you want to test out a design before committing."
},
{
"id": "fa5e5cd1-3988-4400-8c15-2ffc186345db",
"is_available": "1",
"created_at": "2024-09-15 22:09:36",
"updated_at": "2024-09-15 22:09:36",
"question": "Do you have an age limit for getting a tattoo?",
"answer": "Our minimum age for getting a tattoo is 18 years old. If you're under 18, you'll need to come with a parent or legal guardian and have their written consent."
},
{
"id": "fb4c9071-308f-4a2f-a92f-db99fa7d8461",
"is_available": "1",
"created_at": "2024-09-15 22:09:45",
"updated_at": "2024-09-15 22:09:45",
"question": "What tattoo styles do you offer?",
"answer": "Our artists are skilled in a variety of styles, including realism, traditional, neo-traditional, minimalism, blackwork, and more. During the consultation, you can discuss the style you want with your artist."
},
{
"id": "72a08de8-1d00-49ce-88ce-bcd3523cc088",
"is_available": "1",
"created_at": "2024-09-15 22:09:55",
"updated_at": "2024-09-15 22:09:55",
"question": "How should I take care of my tattoo after getting it?",
"answer": "We will provide you with detailed aftercare instructions, which include keeping the tattoo clean and dry, applying a recommended moisturizer, and avoiding sun exposure and water for the first few weeks."
},
{
"id": "6313321b-7f98-434c-9fbd-da46d90b7906",
"is_available": "1",
"created_at": "2024-09-15 22:10:12",
"updated_at": "2024-09-15 22:10:12",
"question": "Can I get a tattoo if I'm pregnant or breastfeeding?",
"answer": "For safety reasons, we don’t recommend getting a tattoo while pregnant or breastfeeding. It’s best to wait until after this period to minimize any risks."
},
{
"id": "2f46593e-7890-4796-a66e-0b44318482b4",
"is_available": "1",
"created_at": "2024-09-15 22:10:22",
"updated_at": "2024-09-15 22:10:22",
"question": "What should I do if I have allergies?",
"answer": "If you have known allergies, especially to inks or metals, please inform us before your appointment. We offer hypoallergenic alternatives and will work with you to ensure your safety."
}
]
Loading

0 comments on commit 5d73158

Please sign in to comment.