Skip to content

Releases: app-generator/sample-django-tasks-manager

v1.0.0-StableVersion

14 Oct 06:44
Compare
Choose a tag to compare

Stable USE

  • Complete the set up
  • Start and use the app

v0.0.4-Configuration

14 Oct 06:43
Compare
Choose a tag to compare

Improvements

  • Added configuration:
    • Update routes in core/urls.py
    • Update core/settings.py
      • import os package, used in BASE_DIR definition
      • Update INSTALLED_APPS
      • Include the new templates, TEMPLATES section
      • Added Django & Celery (end of the file)

v0.0.3-Install-DjangoTM

14 Oct 06:43
Compare
Choose a tag to compare

Improvements

  • Install django-tasks-manager via PIP
  • Create directories:
    • celery_logs - for tasks logging
    • celery_scrips - with sample scripts
      • check-db-health.py, check-disk-free.py, clean-database.py

v0.0.2-Create-DjangoProject

14 Oct 06:42
Compare
Choose a tag to compare

Improvements

  • Added the minimal Django project

v0.0.1-Project-Structure

14 Oct 06:41
Compare
Choose a tag to compare

Project Creation

  • The start of the project is tracked
    • just the minimal structure