Skip to content

Commit

Permalink
really adding tycho this time, thanks gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-seals committed May 16, 2024
1 parent 959c34c commit 4e9f3c0
Show file tree
Hide file tree
Showing 12 changed files with 2,436 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ venv
*.DS_Store

# Appstore optional dev dependencies
tycho
*.sqlite*

# React frontend template
Expand Down
Empty file added appstore/tycho/__init__.py
Empty file.
2 changes: 2 additions & 0 deletions appstore/tycho/admin.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from django.contrib import admin

6 changes: 6 additions & 0 deletions appstore/tycho/apps.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from django.apps import AppConfig


class TychoConfig(AppConfig):
name = 'tycho'

Loading

0 comments on commit 4e9f3c0

Please sign in to comment.