Skip to content

Commit 7d6645c

Browse files
committed
Initial Commit
0 parents  commit 7d6645c

File tree

227 files changed

+36973
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

227 files changed

+36973
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.env

.prettierrc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"overrides": [
3+
{
4+
"files": "*.html",
5+
"options": {
6+
"printWidth": 120,
7+
"singleQuote": true,
8+
"wrapAttributes": true,
9+
"endOfLine": "auto"
10+
}
11+
}
12+
]
13+
}

bikes/__init__.py

Whitespace-only changes.
162 Bytes
Binary file not shown.
203 Bytes
Binary file not shown.
437 Bytes
Binary file not shown.
1.18 KB
Binary file not shown.
2.95 KB
Binary file not shown.

bikes/admin.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from django.contrib import admin
2+
3+
# Register your models here.

0 commit comments

Comments
 (0)