{"id":16911366,"url":"https://github.com/bittner/django-domain-squeezer","last_synced_at":"2026-04-11T20:33:56.645Z","repository":{"id":147873299,"uuid":"47582308","full_name":"bittner/django-domain-squeezer","owner":"bittner","description":"Squeeze some juice out of your parked domains! They deserve it.","archived":false,"fork":false,"pushed_at":"2015-12-14T02:05:18.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T17:12:56.611Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bittner.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-07T22:08:35.000Z","updated_at":"2015-12-07T23:35:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"f78d64f7-2931-412a-9274-52a9663cb616","html_url":"https://github.com/bittner/django-domain-squeezer","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/bittner%2Fdjango-domain-squeezer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bittner%2Fdjango-domain-squeezer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bittner%2Fdjango-domain-squeezer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bittner%2Fdjango-domain-squeezer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bittner","download_url":"https://codeload.github.com/bittner/django-domain-squeezer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244669356,"owners_count":20490772,"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-10-13T19:05:32.457Z","updated_at":"2025-10-30T13:15:21.666Z","avatar_url":"https://github.com/bittner.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"django-domain-squeezer\n======================\n\n*Squeeze some juice out of your parked domains! They deserve it.*\n\ndjango-domain-squeezer turns your unused domain into a fully working website.\nIncoming traffic is always converted into valid content displayed as a web\npage.  You decide whether you want to display ads or content from publicly\navailable sources that match the incoming search request, or manually added\nlinks to (external) sites.  Adding analytics services is easy too.\n\nNote that it's your job to create a beautiful theme for your website project!\nIf you don't know where to start type `responsive design website templates`_\ninto your search engine slot, or better, ask the next best web design agency.\n\n\n.. _responsive design website templates:\n    https://duckduckgo.com/?q=responsive+design+website+templates\n\nSetup\n-----\n\n#. Create a Django project::\n\n    $ django-admin createproject revivemydomain\n\n#. Install django-domain-squeezer::\n\n    $ pip install django-domain-squeezer\n\n#. Add ``domain_squeezer`` and its dependencies to your project's\n   ``INSTALLED_APPS``::\n\n    INSTALLED_APPS = (\n        # ...\n        'django.contrib.sites',\n        'analytical',\n        'domain_squeezer',\n    )\n\n#. Append the django-domain-squeezer ``urls`` to your project's ``urls.py``::\n\n    urlpatterns = [\n        # ...\n        url(r'^', include('domain_squeezer.urls')),\n    ]\n\n#. Add a ``SQUEEZER_SITEMAP`` setting to your project's ``settings.py`` file.\n   See the Settings_ section below for details.\n\n#. Adapt your templates, and beautify the new home for your domain.\n\nSettings\n--------\n\nThe following values are available in your project settings file.\n\n:SQUEEZER_SITEMAP:\n   Dictionary for content displayed in the website footer.\n   ``words`` are used to generate random links that make up a sitemap.\n   ``links`` are a manual selection of your favorite links to external sites.\n\n   **Default:** ::\n\n      {\n          'words': [\n              'Home', 'domains', 'monetize',\n          ],\n          'links': [\n              ('GitHub', 'https://github.com/bittner/django-domain-squeezer'),\n              ('PyPI', 'https://pypi.python.org/pypi/django-domain-squeezer'),\n          ],\n      }\n\n:SQUEEZER_URL_MAX_WORDS:\n   Maximum length of URL path in words (maximum words evaluated in URL).\n\n   **Default:** ``20``\n\n:Analytics Services:\n   See the `documentation of django-analytical`_ on how to set up the service\n   of your choice.\n\n\n.. _documentation of django-analytical:\n    https://pythonhosted.org/django-analytical/\n\nSite Settings And Several Domains\n---------------------------------\n\nYou may want to set the name and domain of your website in the database using\nthe *Sites* model in the Django Admin.\n\nOptionally, if you want to run several sites with a single Django project you\ncan do so with Django's `sites framework`_.\n\n\n.. _sites framework: https://docs.djangoproject.com/en/1.8/ref/contrib/sites/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbittner%2Fdjango-domain-squeezer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbittner%2Fdjango-domain-squeezer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbittner%2Fdjango-domain-squeezer/lists"}