Skip to content

harrislapiroff/django-clickclick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-ClickClick

Simple, anti-social photo sharing.

Development

Prerequisites

The installation instructions below assume you have the following software on your machine:

Installation instructions

If you are using virtualenv or virtualenvwrapper, create and activate an environment. E.g.,

mkvirtualenv clickclick # Using virtualenvwrapper.

Then, to install:

# Clone django-clickclick to a location of your choice.
git clone https://github.com/harrislapiroff/django-clickclick.git

# Install django-clickclick.
pip install --no-deps -e django-clickclick

# Install python requirements.
pip install -r django-clickclick/example_project/requirements.txt

Modifying ClickClick's CSS files requires SASS and Compass. If you plan to make changes to CSS files, but don't have those installed:

gem install compass # Install Compass.

Get it running

cd django-clickclick/example_project
python manage.py syncdb    # Create/sync the database.
python manage.py runserver # Run the server! 

Then, navigate to http://127.0.0.1:8000/ in your favorite web browser!

Modifying the Styles

Do not modify any of the files within django-clickclick/static/clickclick/css/. That directory is managed by Compass. Instead, edit the compass source files in django-clickclick/compass/. You will need to use the Compass command line tool to compile stylesheets. E.g.,

cd django-clickclick/clickclick # Ensure you are in the directory with config.rb.
compass watch         # Watch the sass directory for changes.

Or use Compass.app.

About

Simple, shareable, anti-social, Django-based photo gallery web application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published