Skip to content

Commit ba8376d

Browse files
authored
Update README.md
1 parent 280c9a2 commit ba8376d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# django-css-grid
2+
3+
## Install via pip
4+
5+
pip install git+https://github.com/raiderrobert/django-css-grid/
6+
7+
## Working from Django tutorial
8+
9+
I'm going to make some assumptions about what's around us. These are predicated on following the Django tutorial: https://docs.djangoproject.com/en/1.11/intro/tutorial01/
10+
11+
## Add to installed apps
12+
INSTALLED_APPS = [
13+
...
14+
'css_grid',
15+
'polls'
16+
]
17+
218
A django app for creating css grids
319

420
# polls/models.py

0 commit comments

Comments
 (0)