https://github.com/umit8098/project_django_templates_authantication-1_todo_app_class_based_ch-11
Todo Application
https://github.com/umit8098/project_django_templates_authantication-1_todo_app_class_based_ch-11
bootstrap5 crispy-forms django-framework django-fullstack django-templates token-authetication
Last synced: 2 days ago
JSON representation
Todo Application
- Host: GitHub
- URL: https://github.com/umit8098/project_django_templates_authantication-1_todo_app_class_based_ch-11
- Owner: Umit8098
- Created: 2024-10-21T05:02:46.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T13:02:28.000Z (5 months ago)
- Last Synced: 2025-03-25T03:55:26.010Z (3 months ago)
- Topics: bootstrap5, crispy-forms, django-framework, django-fullstack, django-templates, token-authetication
- Language: HTML
- Homepage: https://umit8106.pythonanywhere.com/
- Size: 7.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Project_Django_Template_Todo_App (With_Class_Based_View)
## Table of Contents
- [Table of Contents](#table-of-contents)
- [Overview](#overview)
- [Built With](#built-with)
- [How To Use](#how-to-use)
- [About This Project](#about-this-project)
- [Acknowledgements](#acknowledgements)
- [Contact](#contact)## Overview
- Todo App Authenticate
---
- Todo App
---
## Built With
- Django Templates
- JavaScript
- Bootstrap5
- HTML
- CSS## How To Use
To clone and run this application, you'll need [Git](https://github.com/Umit8098/Project_Django_Templates_Authantication-1_Todo_App_Class_Based_CH-11)
When installing the required packages in the requirements.txt file, review the package differences for windows/macOS/Linux environments.
Complete the installation by uncommenting the appropriate package.
---
requirements.txt dosyasındaki gerekli paketlerin kurulumu esnasında windows/macOS/Linux ortamları için paket farklılıklarını inceleyin.
Uygun olan paketi yorumdan kurtararak kurulumu gerçekleştirin.
```bash
# Clone this repository
$ git clone https://github.com/Umit8098/Project_Django_Templates_Authantication-1_Todo_App_Class_Based_CH-11.git# Install dependencies
$ python -m venv env
$ python3 -m venv env (for macOs/linux OS)
$ env/Scripts/activate (for win OS)
$ source env/bin/activate (for macOs/linux OS)
$ pip install -r requirements.txt
$ python manage.py migrate (for win OS)
$ python3 manage.py migrate (for macOs/linux OS)# Create and Edit .env
# Add Your SECRET_KEY in .env file"""
# example .env;SECRET_KEY =123456789abcdefg...
"""# Run the app
$ python manage.py runserver
```## About This Project
- Todo Application.
- Todo Application
## Acknowledgements
- [Bootstrap5](https://getbootstrap.com/) - CSS framework
- [crispy-forms](https://django-crispy-forms.readthedocs.io/en/latest/) - form CSS framework
- [dj-rest-auth](https://dj-rest-auth.readthedocs.io/en/latest/) - for authentication## Contact
- GitHub [@Umit8098](https://github.com/Umit8098)
- Linkedin [@umit-arat](https://linkedin.com/in/umit-arat/)