This is the source code of my portfolio website mfatihdinc.com, where I showcase my projects, research interests, thoughts, and more.
mysite/
├── personal/ # Main Django app (views, models, urls, etc.)
│ ├── templates/
│ └── static/
├── staticfiles/ # Static files collected by Django
├── media/ # Uploaded media
├── manage.py
├── requirements.txt
└── passenger_wsgi.py # Entry point for cPanel Passenger
pip install -r requirements.txt
Set environment variables and run:
python manage.py migrate
python manage.py collectstatic
For cPanel + Passenger:
passenger_wsgi.py
as the startup file.htaccess
for static filestouch tmp/restart.txt
You can visit the live site at:
👉 https://mfatihdinc.com