Skip to content

Commit

Permalink
Merge pull request #127 from caktus/77-remove-bootstrap-example
Browse files Browse the repository at this point in the history
Remove Twitter Bootstrap from example project
  • Loading branch information
vkurup committed Mar 22, 2016
2 parents 7f69077 + c067ba7 commit cfedf2b
Show file tree
Hide file tree
Showing 51 changed files with 76 additions and 7,490 deletions.
5 changes: 5 additions & 0 deletions docs/releases.rst
Expand Up @@ -3,6 +3,11 @@ Release History

Release and change history for django-scribbler

vNEXT (Released TBD)
------------------------------------

- Updated example project (including removing Twitter Bootstrap from it)


v0.7.0 (Released 2016-01-18)
------------------------------------
Expand Down
20 changes: 20 additions & 0 deletions example/README.rst
@@ -0,0 +1,20 @@
Example Project
===============

This is a very simple example project to demonstrate the use of django-scribbler.

Setup instructions:

1. Create a virtualenv and install requirements::

mkvirtualenv scribbler
pip install -r requirements.txt

#. Setup the SQLite database and a superuser (set password to "demo")::

python manage.py migrate
python manage.py createsuperuser --username demo

#. Run the server::

python manage.py runserver
2 changes: 1 addition & 1 deletion example/requirements.txt
@@ -1,2 +1,2 @@
Django==1.8.5
Django==1.8.11
django-scribbler
9 changes: 0 additions & 9 deletions example/static/js/less-1.3.0.min.js

This file was deleted.

34 changes: 0 additions & 34 deletions example/static/less/bootstrap/accordion.less

This file was deleted.

65 changes: 0 additions & 65 deletions example/static/less/bootstrap/alerts.less

This file was deleted.

62 changes: 0 additions & 62 deletions example/static/less/bootstrap/bootstrap.less

This file was deleted.

24 changes: 0 additions & 24 deletions example/static/less/bootstrap/breadcrumbs.less

This file was deleted.

0 comments on commit cfedf2b

Please sign in to comment.