hasankesil / netflix_django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netflix Clone Project

This project is a Netflix clone built using Django, featuring authorization functionalities and an admin panel. It incorporates Django's built-in security measures. The visual design is crafted using Bootstrap, ensuring a responsive layout.

Features: User Authentication: Users can sign up, log in, and log out securely. Admin Panel: Admins have access to manage content and user accounts. Responsive Design: The project utilizes Bootstrap for a visually appealing and responsive interface across various devices. Installation: Clone the repository: bash Copy code git clone https://github.com/hasankesil/netflix_django.git Navigate to the project directory: bash Copy code cd netflix_clone Install the dependencies: Copy code pip install -r requirements.txt Run the server: Copy code python manage.py runserver Access the application via the provided localhost address in your web browser. Usage: User Authentication:

Visit the registration page to create a new account. Log in with your credentials on the login page. Log out when done using the platform. Admin Panel:

Access the admin panel by visiting the /admin endpoint. Log in with admin credentials. Manage content and user accounts as necessary. Technologies Used: Django: A high-level Python web framework that encourages rapid development and clean, pragmatic design. Bootstrap: A popular front-end framework for developing responsive and mobile-first websites. Contributing: Contributions are welcome! If you'd like to enhance this project, feel free to open an issue or submit a pull request.

License: This project is licensed under the MIT License.

Acknowledgments: Special thanks to the Django and Bootstrap communities for their excellent documentation and support.

Contact: For any inquiries or feedback, please contact hasankesil@hotmail.com

Enjoy exploring the Netflix Clone project! 🎬🍿

About


Languages

Language:HTML 77.0%Language:Python 19.5%Language:CSS 3.5%