Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.39 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.39 KB

Django Twitter Clone

This project is a Twitter clone website developed in the span of a month during my compulsory summer internship at Sisbim Teknoloji ve Yazılım Şirketi A.Ş. in the summer of 2023. The project was intended for educational purposes and is not suitable for deployment in its current state.

The website is developed using the Django web framework.

For the database, SQLite is used.

For webpage generation Server-Side Rendering (SSR) with the Django templating language is used.

Dependencies

For dependencies, Python3 is required. The rest of the dependencies are listed in the requirements.txt file and can be installed through pip by using the following script.

pip install -r requirements.txt

The project was developed with Django version 4.2. The code does not work with Django version >5.0 due to the deprecation of a feature which was utilized in this project.

Deployment

Make sure to change the SECRET_KEY variable in the project/.env file for security reasons.

Gallery

Main Page

main_page

Account Page

account_page

Message Page

message_page

Ratings Page

ratings_page

Settings Page

settings_page