Skip to content
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.

Commit

Permalink
added features, and correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jaylenw committed Jan 3, 2015
1 parent 163ab1f commit 8231b50
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Simple Discussion Board/Blog
============================

###Goal:
##Goal:

1. Have administrators post up topics. Have visitors post comments with Disqus.

Expand All @@ -16,6 +16,20 @@ Simple Discussion Board/Blog
5. Pull Requests & Issues are welcomed.



##Features:

* Markdown Support for body field.

* Easy upload of images for posts.

* Simple Administration (Create, Add, Delete Users & Posts).

* Mobile Friendly.

* Easy theme color customization (change, add, delete css properties in app.css).


##Running in Test Environment:

Assuming running on GNU/Linux
Expand Down Expand Up @@ -126,7 +140,7 @@ run,
is one way.

7. Make sure django_collected_static folder is in same directory as manage.py.
Copy admin, bootstrap, and endless_pagination folders from djangoe_collected_static
Copy admin, bootstrap, and endless_pagination folders from django_collected_static
into your static folder.


Expand Down

0 comments on commit 8231b50

Please sign in to comment.