Skip to content

Commit 4241cfe

Browse files
committed
billionhouse
1 parent 1dbec14 commit 4241cfe

Some content is hidden

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

54 files changed

+28194
-98
lines changed

.idea/workspace.xml

Lines changed: 365 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
-------
33

44
### 演示:
5-
- [http://106.14.171.154/](http://106.14.171.154/)
6-
- [http://www.billionhouse.com](http://www.billionhouse.cn) 域名更换 还在技术备案中
5+
- [http://106.14.171.154/blog](http://106.14.171.154/blog)
6+
- [http://www.billionhouse.com/blog](http://www.billionhouse.cn/blog) 域名更换 还在技术备案中
77

88

99
- Django 2.0.1

bih/__init__.py

Whitespace-only changes.
129 Bytes
Binary file not shown.
269 Bytes
Binary file not shown.
298 Bytes
Binary file not shown.

bih/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.

bih/apps.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from django.apps import AppConfig
2+
3+
4+
class BihConfig(AppConfig):
5+
name = 'bih'

bih/migrations/__init__.py

Whitespace-only changes.

bih/models.py

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

0 commit comments

Comments
 (0)