Skip to content

1asset/assignment1-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 1 - ToDo App in Django

It's the assignment 1 from the Python 2 course, that requires a ToDoApp with authentication using Django

Installation

pip install Django
pip install migrate

Install pgAdmin Install for both desktop and web modes:

sudo apt install pgadmin4

Install for desktop mode only:

sudo apt install pgadmin4-desktop

Install for web mode only:

sudo apt install pgadmin4-web 

Configure the webserver, if you installed pgadmin4-web:

sudo /usr/pgadmin4/bin/setup-web.sh

Usage

django-admin startproject myproject
python manage.py startapp todoappexample
python manage.py runserver
python manage.py makemigrations todos
python manage.py sqlmigrate todos
python manage.py migrate
python manage.py createsuperuser (asset, 123, asset@email.com)

Examples

Here are the examples of tables from the SQL Database:

1 23

Example of entering the admin page, that is built-in in the Django

4

Here is one of the basic examples of the user page, where he can edit, delete and create the task, also to search for it.

5

About

It's the assignment 1 from the Python 2 course, that requires a ToDoApp in Django, Student - Asset Kanatov (SE-2004)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published