Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to work with latest django + requirements.txt/dev mode #866

Merged
merged 5 commits into from
May 2, 2024

Conversation

elijahbenizzy
Copy link
Collaborator

Some updates for deployment/improvements

Comment on lines +227 to +229
# MIDDLEWARE.insert(0, "silk.middleware.SilkyMiddleware")
MIDDLEWARE.append("trackingserver_base.middleware.timing_middleware.TimingMiddleware")
INSTALLED_APPS.append("silk")
# INSTALLED_APPS.append("silk")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why comments though?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'll break but I want to keep it around to show

ui/frontend/.env.local Outdated Show resolved Hide resolved
@elijahbenizzy elijahbenizzy marked this pull request as ready for review May 1, 2024 23:00
@elijahbenizzy elijahbenizzy merged commit f8370ec into main May 2, 2024
18 of 25 checks passed
@elijahbenizzy elijahbenizzy deleted the deployment-touchup branch May 2, 2024 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants