/Django-Test

A link shortener and to-do app written with Django to try out the framework.

Primary LanguagePythonApache License 2.0Apache-2.0

Django-Test

A link shortener and to-do app written with Django to try out the framework.

Setup

Dependencies

  • Python 3.11.x

Execute the following command in the root directory to install all packages.

pip install -r requirements.txt

Start app locally

Execute the following command in the project directory to start the application.

python manage.py runserver

Execute the following command in the project directory to apply all migrations.

python manage.py migrate

Helpful projects