{"id":21671421,"url":"https://github.com/harrislapiroff/django-clickclick","last_synced_at":"2026-04-16T12:05:17.251Z","repository":{"id":14515373,"uuid":"17229182","full_name":"harrislapiroff/django-clickclick","owner":"harrislapiroff","description":"Simple, shareable, anti-social, Django-based photo gallery web application.","archived":false,"fork":false,"pushed_at":"2014-04-08T16:34:01.000Z","size":784,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T09:24:03.056Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/harrislapiroff.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-26T23:11:48.000Z","updated_at":"2014-04-08T16:34:00.000Z","dependencies_parsed_at":"2022-08-27T07:51:37.144Z","dependency_job_id":null,"html_url":"https://github.com/harrislapiroff/django-clickclick","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrislapiroff%2Fdjango-clickclick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrislapiroff%2Fdjango-clickclick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrislapiroff%2Fdjango-clickclick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrislapiroff%2Fdjango-clickclick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harrislapiroff","download_url":"https://codeload.github.com/harrislapiroff/django-clickclick/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244574845,"owners_count":20474823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-25T12:42:49.750Z","updated_at":"2026-04-16T12:05:17.203Z","avatar_url":"https://github.com/harrislapiroff.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Django-ClickClick\n=================\n\nSimple, anti-social photo sharing.\n\nDevelopment\n=============\n\nPrerequisites\n-------------\n\nThe installation instructions below assume you have the following software on your machine:\n\n* `Python 2.7.x \u003chttp://www.python.org/download/releases/2.7.6/\u003e`_\n* `Ruby \u003chttps://www.ruby-lang.org/en/installation/\u003e`_ \n* `Pip \u003chttps://pip.readthedocs.org/en/latest/installing.html\u003e`_\n* `virtualenv \u003chttp://www.virtualenv.org/en/latest/virtualenv.html#installation\u003e`_ (optional)\n* `virtualenvwrapper \u003chttp://virtualenvwrapper.readthedocs.org/en/latest/install.html\u003e`_ (optional)\n\nInstallation instructions\n-------------------------\n\nIf you are using virtualenv or virtualenvwrapper, create and activate an environment. E.g.,\n\n.. code:: bash\n\n    mkvirtualenv clickclick # Using virtualenvwrapper.\n\nThen, to install:\n\n.. code:: bash\n\n    # Clone django-clickclick to a location of your choice.\n    git clone https://github.com/harrislapiroff/django-clickclick.git\n\n    # Install django-clickclick.\n    pip install --no-deps -e django-clickclick\n\n    # Install python requirements.\n    pip install -r django-clickclick/example_project/requirements.txt\n\nModifying ClickClick's CSS files requires `SASS \u003chttp://sass-lang.com/\u003e`_ and `Compass \u003chttp://compass-style.org/\u003e`_. If you plan to make changes to CSS files, but don't have those installed:\n\n.. code:: bash\n    \n    gem install compass # Install Compass.\n\nGet it running\n--------------\n\n.. code:: bash\n\n    cd django-clickclick/example_project\n    python manage.py syncdb    # Create/sync the database.\n    python manage.py runserver # Run the server! \n\nThen, navigate to ``http://127.0.0.1:8000/`` in your favorite web browser!\n\nModifying the Styles\n--------------------\n\nDo 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.,\n\n.. code:: bash\n\n    cd django-clickclick/clickclick # Ensure you are in the directory with config.rb.\n    compass watch         # Watch the sass directory for changes.\n\nOr use `Compass.app \u003chttp://compass.kkbox.com/\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharrislapiroff%2Fdjango-clickclick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharrislapiroff%2Fdjango-clickclick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharrislapiroff%2Fdjango-clickclick/lists"}