Skip to content

This is a basic Django application to help start coding using Django in the backend. This project includes a simple implementation of a project portfolio. [In Development]

License

bernardoadribeiro/basic-django-project

Repository files navigation

Basic Django Application

This is a basic Django application to help start coding using Django in the backend. This project includes a simple implementation of a projects portfolio to show your works.

⚠️ Warning: This application is now under development.

Project Image

Technologies

  • Python + Django
  • SQLite3

How to run the Django application

Run the following commands in the root directory. Command:

  • Create virtual environment: python -m venv .venv
  • Activate the virtual environment: source .venv/bin/activate
  • Install the dependencies: pip install -r requirements.txt
  • Start App: python manage.py runserver
  • Create Super User: python manage.py createsuperuser

Migrations

  • Run the following lines when needs to manage migrations:
  • python manage.py makemigrations [app]: to generate a migration.
  • python manage.py migrate [app]: to apply the generated migrations.

URLs

Resources

About

This is a basic Django application to help start coding using Django in the backend. This project includes a simple implementation of a project portfolio. [In Development]

Topics

Resources

License

Stars

Watchers

Forks