This website works better with JavaScript.
Explore
Help
Sign In
androiddrew
/
datasketch-io
Watch
1
Star
0
Fork
You've already forked datasketch-io
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
a371f47bf2
master
v0.2.0
v0.1.1
v0.1.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'a371f47bf2'
${ noResults }
datasketch-io
/
services
/
cms
/
blog
/
apps.py
6 lines
83 B
Python
Raw
Normal View
History
Unescape
Escape
Added basic blog model with templates styling
6 years ago
from
django
.
apps
import
AppConfig
class
BlogConfig
(
AppConfig
)
:
Added support for Images to be linked to Blogs
6 years ago
name
=
"
blog
"