Skip to content

Umit8098/Project_Django_Templates_Authantication-1_Todo_App_Class_Based_CH-11

Repository files navigation

Project_Django_Template_Todo_App (With_Class_Based_View)

Table of Contents

Overview

  • Todo App Authenticate screenshot

  • Todo App screenshot

Built With

  • Django Templates
  • JavaScript
  • Bootstrap5
  • HTML
  • CSS

How To Use

To clone and run this application, you'll need Git

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.

# 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

Contact