Skip to content

bitflipr/brain_dump

Repository files navigation

Brain Dump

A Django app for "dumping" ideas, thoughts, and breadcrumbs from the brain. Use for tracking stuff in your head. Examples:

  • Cool articles you found on the web. Mark them for follow-up later if you are busy.
  • Post a picture of something cool you saw or need to reference at a later date
  • Post thoughts on something you recently learned

Installation

  1. Navigate to your Django site folder (containing manage.py) and clone this repo using the command: git clone https://github.com/bitflipr/brain_dump.git
  2. Add brain\_dump to the INSTALLED_APPS section in the settings.py file
  3. Add the hard-coded path of the brain_dump/templates folder to the TEMPLATE_DIRS section in the settings.py file
  4. Add url(r'^dumps/', include('brain_dump.urls')), to the urlpatterns in your site urls.py

License

Brain Dump is licensed under the GNU General Public License Version 3 (GPL3). See the LICENSE file for more information.

About

Django app for dumping stuff from your brain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published