{"id":15657761,"url":"https://github.com/pythonicninja/urlshortener","last_synced_at":"2025-06-11T23:33:48.096Z","repository":{"id":31571930,"uuid":"35136684","full_name":"PythonicNinja/UrlShortener","owner":"PythonicNinja","description":"URL shortener","archived":false,"fork":false,"pushed_at":"2015-05-06T04:20:37.000Z","size":232,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T02:22:59.548Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PythonicNinja.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.rst","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-06T03:08:22.000Z","updated_at":"2015-05-06T04:20:37.000Z","dependencies_parsed_at":"2022-08-24T12:21:05.090Z","dependency_job_id":null,"html_url":"https://github.com/PythonicNinja/UrlShortener","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PythonicNinja/UrlShortener","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonicNinja%2FUrlShortener","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonicNinja%2FUrlShortener/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonicNinja%2FUrlShortener/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonicNinja%2FUrlShortener/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PythonicNinja","download_url":"https://codeload.github.com/PythonicNinja/UrlShortener/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PythonicNinja%2FUrlShortener/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259363371,"owners_count":22846254,"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-03T13:09:38.604Z","updated_at":"2025-06-11T23:33:48.037Z","avatar_url":"https://github.com/PythonicNinja.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"URL shortener django\n==============================\n\n.. image:: http://i.imgur.com/feMpZ7P.png\n    :alt: Screenshot of result\n    :width: 600\n    :height: 400\n    :align: center\n\nURL shortener similar to http://bit.ly.\n\n\nGetting up and running\n----------------------\n\nThe steps below will get you up and running with a local environment. I assume you have the following installed:\n\n* pip\n* virtualenv\n\n\nFirst make sure to create and activate a virtualenv\n\n    $ virtualenv env\n\nInstall the requirements for local development::\n\n    $ pip install -r requirements/local.txt\n\nAdd execution bit to manage.py:\n\n    $ chmod +x manage.py\n\nMigrate database:\n\n    $ ./manage.py migrate\n\nImport words into database:\n\n    $ ./manage.py import_words -f words.txt\n\n\nYou can now run the ``runserver`` command::\n\n    $ ./manage.py runserver\n\nRunning tests\n-------------\n\n    $  ./manage.py test\n\n\nFurther Development\n-------------------\n\nThe base app will run but you'll need to carry out a few steps to make the sign-up and login forms work. These are currently detailed in `issue #39`_.\n\n.. _issue #39: https://github.com/pydanny/cookiecutter-django/issues/39\n\n**Live reloading and Sass CSS compilation**\n\nIf you'd like to take advantage of live reloading and Sass / Compass CSS compilation you can do so with the included Grunt task.\n\nMake sure that nodejs_ is installed. Then in the project root run::\n\n    $ npm install grunt\n\n.. _nodejs: http://nodejs.org/download/\n\nNow you just need::\n\n    $ grunt serve\n\nThe base app will now run as it would with the usual ``manage.py runserver`` but with live reloading and Sass compilation enabled.\n\nTo get live reloading to work you'll probably need to install an `appropriate browser extension`_\n\n.. _appropriate browser extension: http://feedback.livereload.com/knowledgebase/articles/86242-how-do-i-install-and-use-the-browser-extensions-\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythonicninja%2Furlshortener","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpythonicninja%2Furlshortener","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpythonicninja%2Furlshortener/lists"}