Mass control and management of DigitalOcean droplets using Python, Django, and the DO Python library.
- Built with Python and Django for robust web application functionality.
- Utilizes the Tabler admin template for a clean and intuitive user interface.
- Offers a unified platform for managing multiple DigitalOcean droplets.
-
Clone the repository.
-
Navigate to the project directory.
-
Create an
.env
file in the root of the project and set your Django secret key like this:SECRET_KEY=your_secret_key_here
-
Install the required dependencies using:
pip install -r requirements.txt
-
Run the project using Django's
runserver
command.python manage.py runserver