Skip to content

Commit

Permalink
Merge pull request #25 from Dayof/django
Browse files Browse the repository at this point in the history
[#14][#15] create app blog and migrate about page from pelican front
  • Loading branch information
Dayof authored Oct 31, 2018
2 parents 58f5a8d + 252f797 commit fac9b5b
Show file tree
Hide file tree
Showing 64 changed files with 10,402 additions and 1 deletion.
Empty file added blog/__init__.py
Empty file.
5 changes: 5 additions & 0 deletions blog/apps.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from django.apps import AppConfig


class BlogConfig(AppConfig):
name = 'blog'
Empty file added blog/migrations/__init__.py
Empty file.
3 changes: 3 additions & 0 deletions blog/models.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from django.db import models

# Create your models here.
4 changes: 4 additions & 0 deletions blog/static/blog/css/font-awesome.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions blog/static/blog/css/foundation.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit fac9b5b

Please sign in to comment.