Skip to content

Commit

Permalink
Big refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
pingiun committed Nov 17, 2024
1 parent 8e67045 commit 58aa79c
Show file tree
Hide file tree
Showing 239 changed files with 765 additions and 2,649 deletions.
98 changes: 0 additions & 98 deletions .github/workflows/build-deploy.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/relock-dependencies.yml

This file was deleted.

221 changes: 0 additions & 221 deletions lock.x86_64-linux.json

This file was deleted.

3 changes: 2 additions & 1 deletion src/manage.py → manage.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
#!/usr/bin/env python
"""Django's command-line utility for administrative tasks."""

import os
import sys


def main():
"""Run administrative tasks."""
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "symfexit.settings")
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "symfexit.root.settings")
try:
from django.core.management import execute_from_command_line
except ImportError as exc:
Expand Down
Loading

0 comments on commit 58aa79c

Please sign in to comment.