Giter Site home page Giter Site logo

timothydjones / django-todoapp Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 36 KB

"To Do" application built with Django framework (Python) and SQLite database

License: GNU General Public License v3.0

Python 70.79% HTML 28.57% CSS 0.64%
django python sqlite todolist

django-todoapp's Introduction

django-todoapp

"To Do" application built with Django framework (Python) and SQLite database.

Application build from To Do App in Django tutorial series.

Instructions

To run the application:

  1. Clone the application from the repository:
    git clone https://github.com/TimothyDJones/django-todoapp.git
    cd django-todoapp
  2. Create a Python 3 virtual environment and activate it:
    python3 -m venv .env
    source .env/bin/activate
  3. Install required Python libraries in your virtual environment:
    pip install -r requirements.txt
  4. Create and run the database migrations:
    python3 manage.py makemigrations
    python3 manage.py migrate
  5. Create the administrative user for administration dashboard:
    python3 manage.py createsuperuser
    You will prompted for username, email address, and password.
  6. Launch the application:
    cd todoapp
    python3 manage.py runserver
    By default, Django runs on port 8000, but you can use a different port by specifying it at end of the command line (i.e., after runserver). See the runserver documentation for more information.
  7. Open your web browser to http://localhost:8000/ (or replace 8000 with the port you specified in step #4 above).

django-todoapp's People

Contributors

timothydjones avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.