Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlueSplit

A Django 6 application scaffolded to run on Azure Web App.

Local setup

  1. Create and activate the virtual environment:
    python -m venv .venv
    .\.venv\Scripts\Activate.ps1
  2. Install dependencies:
    python -m pip install -r requirements.txt
  3. Run migrations and start the development server:
    python manage.py migrate
    python manage.py runserver

Azure deployment

  • runtime.txt selects python-3.14
  • Procfile starts the app with Gunicorn
  • requirements.txt contains the production dependencies

About

BlueWater Split Map with DB on Azure

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages