mirror of
https://github.com/kjanat/livegraphs-django.git
synced 2026-01-16 20:02:09 +01:00
Enhances the ship with security and automation!
Adds Dependabot for automatic dependency updates to keep the vessel sea-worthy and updates pre-commit hooks. Integrates Bandit and Codacy for automated security scans, ensuring a well-defended treasure hold. Updates devcontainer settings for smoother sailing in the development environment. Now use foreman for development, to be able to run all processes in development. Let's keep this ship safe and sound, savvy?
This commit is contained in:
11
Makefile
11
Makefile
@ -104,10 +104,10 @@ run-redis:
|
||||
|
||||
# Start all development services (web, redis, celery, celery-beat)
|
||||
run-all:
|
||||
make run-redis & \
|
||||
make run & \
|
||||
make celery & \
|
||||
make celery-beat
|
||||
foreman start
|
||||
|
||||
procfile:
|
||||
foreman start
|
||||
|
||||
# Test Celery task
|
||||
test-celery:
|
||||
@ -122,6 +122,3 @@ init-data-integration:
|
||||
# Setup development environment
|
||||
setup-dev: venv install-dev migrate create_default_datasource
|
||||
@echo "Development environment setup complete"
|
||||
|
||||
procfile:
|
||||
foreman start
|
||||
|
||||
Reference in New Issue
Block a user