Skip to content

cetinogut/DS31_Deploy-Publish-Django-on-Heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo App

Table of Contents

Overview

screenshot

Built With

  • HTML
  • CSS
  • JS
  • Django

How To Use

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

# Clone this repository
$ git clone https://github.com/your-user-name/your-project-name

# Install dependencies
    $ python -m venv env
    > env/Scripts/activate (for win OS)
    $ source env/bin/activate (for macOs/linux OS)
    $ pip install -r requirements.txt

# Add .env file

# Run the app
    $ python manage.py runserver

Acknowledgements

  • Information for your projects

Contact

About

This a Django TODO app project and practiced how to deploy and publish the project to Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published