{"id":19807800,"url":"https://github.com/westurner/djangotestapp","last_synced_at":"2026-05-04T18:35:20.368Z","repository":{"id":145782735,"uuid":"63962355","full_name":"westurner/djangotestapp","owner":"westurner","description":"A minimal Django application with full test coverage, REST API with DRF, search with Haystack and ElasticSearch, and #hashtags","archived":false,"fork":false,"pushed_at":"2017-02-14T16:18:48.000Z","size":62,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-01-11T06:29:13.992Z","etag":null,"topics":["celery","django","django-rest-framework","elasticsearch","haystack","rest-api"],"latest_commit_sha":null,"homepage":"","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/westurner.png","metadata":{"files":{"readme":"README.rst","changelog":"ChangeLog","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-22T15:06:56.000Z","updated_at":"2024-06-20T01:45:48.000Z","dependencies_parsed_at":"2023-07-28T10:46:58.038Z","dependency_job_id":null,"html_url":"https://github.com/westurner/djangotestapp","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/westurner%2Fdjangotestapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/westurner%2Fdjangotestapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/westurner%2Fdjangotestapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/westurner%2Fdjangotestapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/westurner","download_url":"https://codeload.github.com/westurner/djangotestapp/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241150645,"owners_count":19918353,"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":["celery","django","django-rest-framework","elasticsearch","haystack","rest-api"],"created_at":"2024-11-12T09:11:55.920Z","updated_at":"2025-11-22T18:02:54.250Z","avatar_url":"https://github.com/westurner.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\ndjangotestapp\n===============\n\n| Src: https://github.com/westurner/djangotestapp\n\n\n.. contents::\n   :depth: 10\n\nUsage\n-------\n\n.. code:: bash\n\n   git clone ssh://git@github.com/westurner/djangotestapp\n   cd djangotestapp\n   make install test\n   make setupdev migrate serve\n   # username/password: admin/password\n\n-  http://localhost:8000/\n-  http://localhost:8000/_admin_/\n\n\nApps\n-----\n\ntestapp\n~~~~~~~~\n| Src: https://github.com/westurner/djangotestapp/tree/develop/djangotestapp/testapp\n\n- Message model\n- #hashtag and @usertag support:\n  https://github.com/westurner/djangotestapp/blob/develop/djangotestapp/testapp/utils.py\n\n\nFramework\n-----------\n\nDjango\n~~~~~~~\n| Homepage: https://www.djangoproject.com/\n| Src: https://github.com/django/django\n| PyPI: https://pypi.python.org/pypi/django\n| Docs: https://docs.djangoproject.com/en/1.9/\n\nAPI\n-----\n\ndjango-rest-framework\n~~~~~~~~~~~~~~~~~~~~~~~\n| Src: https://github.com/tomchristie/django-rest-framework\n| Docs: http://www.django-rest-framework.org/\n| PyPI: https://pypi.python.org/pypi/djangorestframework\n\n\nauth\n------\n\ndjango-rest-framework-social-oauth2\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n| Src: https://github.com/PhilipGarnero/django-rest-framework-social-oauth2\n| PyPI: https://pypi.python.org/pypi/django-rest-framework-social-oauth2\n\n- `python-social-auth`_\n- `django-oauth-toolkit`_\n\npython-social-auth\n~~~~~~~~~~~~~~~~~~~~~~\n| Src: https://github.com/omab/python-social-auth\n| Docs: http://psa.matiasaguirre.net/docs/\n| PyPI: https://pypi.python.org/pypi/python-social-auth\n\n- Third-party authentication\n\ndjango-oauth-toolkit\n~~~~~~~~~~~~~~~~~~~~~~\n| Src: https://github.com/evonove/django-oauth-toolkit\n| Docs: https://django-oauth-toolkit.readthedocs.io/en/latest/\n| Docs: https://django-oauth-toolkit.readthedocs.io/en/latest/rest-framework/rest-framework.html\n| PyPI: https://pypi.python.org/pypi/django-oauth-toolkit\n\n- OAuth2\n\ncurlish\n~~~~~~~~~\n| Src: https://github.com/fireteam/curlish\n| Docs: https://pythonhosted.org/curlish/\n| PyPI: https://pypi.python.org/pypi/curlish\n\n- Curl + OAuth2\n\n\n``~/.ftcurlish.json``:\n\n.. code:: json\n\n    {\n      \"curl_path\": \"curl\",\n      \"http_port\": 62231,\n      \"json_indent\": 2,\n      \"sites\": {\n        \"dt\": {\n          \"extra_headers\": {},\n          \"request_token_params\": {},\n          \"authorize_url\": \"http://localhost:8000/auth/token\",\n          \"base_url\": \"http://localhost:8000/\",\n          \"client_id\": \"4nDF3xY0z8kUdLGxj4hiSMIbRWo9WqTiidC9oTKM\",\n          \"client_secret\": \"ufywDcTi8dNit8gfVfk0zaxy2SUj0gY3i0NNx37X6ZzGQqp6NOUxGCWz5ACIoM9HUsxyxsLbsiPezE0VqpotoYwfSDcRPlfnamq3nT2q27JUZiSgRCLtdDAC1XbS0LDN\",\n          \"grant_type\": \"password\",\n          \"access_token_url\": \"/auth/token\"\n        }\n      }\n    }\n\n- Get ``client_id``, ``client_secret`` from:\n  http://localhost:8000/admin/oauth2_provider/application/add/\n\n\nDatastore\n-----------\n\nMySQL\n~~~~~~\n| Wikipedia: https://en.wikipedia.org/wiki/MySQL\n| Homepage: https://www.mysql.com/\n| Src: https://github.com/mysql/mysql-server\n| Docs: https://dev.mysql.com/doc/\n\nMemcached\n~~~~~~~~~~~\n| Wikipedia: https://en.wikipedia.org/wiki/Memcached\n| Homepage: http://memcached.org/\n| Src: https://github.com/memcached/memcached\n| Docs: https://github.com/memcached/memcached/wiki\n\n\nTasks\n-------\n\nRabbitMQ\n~~~~~~~~~~\n| Wikipedia: https://en.wikipedia.org/wiki/RabbitMQ\n| Homepage: https://www.rabbitmq.com/\n| Src: https://github.com/rabbitmq/rabbitmq-server\n| Docker: https://hub.docker.com/_/rabbitmq/\n| Docs: https://www.rabbitmq.com/documentation.html\n| Docs: https://www.rabbitmq.com/networking.html\n\n- AMQP Message Queue\n\n\nCelery\n~~~~~~~\n| Wikipedia: `\u003chttps://en.wikipedia.org/wiki/Celery_(software)\u003e`__\n| Homepage: http://www.celeryproject.org/\n| Src: https://github.com/celery/celery\n| PyPI: https://pypi.python.org/pypi/celery\n| Docs: http://docs.celeryproject.org/en/latest/\n| Docs: http://docs.celeryproject.org/en/latest/getting-started/brokers/rabbitmq.html\n\n- Asynchronous task queue\n- Worker message protocol\n- `rabbitmq`_\n\n\nSearch\n--------\n\nElasticsearch\n~~~~~~~~~~~~~~~~\n| Wikipedia: https://en.wikipedia.org/wiki/Elasticsearch\n| Homepage: https://www.elastic.co/\n| Src: https://github.com/elastic/elasticsearch\n| Docker: https://hub.docker.com/_/elasticsearch/\n| Docs: https://www.elastic.co/guide/en/elasticsearch/guide/current/\n| Docs: https://www.elastic.co/guide/en/elasticsearch/reference/current/\n| Docs: https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-configuration.html\n\n- RESTful JSON search\n- https://www.elastic.co/guide/en/elasticsearch/guide/current/fuzziness.html\n\n\ndjango-haystack\n~~~~~~~~~~~~~~~~~\n| Homepage: http://haystacksearch.org/\n| Src: https://github.com/django-haystack/django-haystack\n| PyPI: https://pypi.python.org/pypi/django-haystack\n| Docs: https://django-haystack.readthedocs.io/en/latest/\n\n- `django`_ + [`elasticsearch`_,]\n\n\ncelery-haystack\n~~~~~~~~~~~~~~~~~\n| Src: https://github.com/django-haystack/celery-haystack\n| PyPI: https://pypi.python.org/pypi/celery-haystack\n| Docs: https://celery-haystack.readthedocs.io/en/latest/\n\n- `celery`_ + `django-haystack`_\n- Realtime index synchronization\n\n\ndrf-haystack\n~~~~~~~~~~~~~~~\n| Src: https://github.com/inonit/drf-haystack\n| PyPI: https://pypi.python.org/pypi/drf-haystack\n| Docs: https://drf-haystack.readthedocs.io/en/latest/\n\n- `django-rest-framework`_ + `django-haystack`_\n- RESTful search API\n\n\n\nConfiguration Management\n-------------------------\n\ndocker-engine\n~~~~~~~~~~~~~~\n| Wikipedia: `\u003chttps://en.wikipedia.org/wiki/Docker_(software)\u003e`__|\n| Homepage: https://www.docker.com/\n| Src: https://github.com/docker/docker\n| Docs: https://docs.docker.com/\n| Docs: https://docs.docker.com/engine/\n\n- Linux Containers\n- CLI\n\n\ndocker-compose\n~~~~~~~~~~~~~~~~\n| Src: https://github.com/docker/compose\n| PyPI: https://pypi.python.org/pypi/docker-compose\n| Docs: https://docs.docker.com/compose/\n| Docs: https://docs.docker.com/compose/compose-file/\n\n- Declarative `Docker`_ config: ``docker-compose.yml``\n- https://github.com/kelseyhightower/compose2kube\n\n.\n\n- https://docs.docker.com/compose/environment-variables/#/the-env-file\n- https://docs.docker.com/compose/compose-file/#/variable-substitution\n\n  .. code:: bash\n\n  export _ETC=\"${VIRTUAL_ENV}/etc\"\n  export _VAR=\"${VIRTUAL_ENV}/var\"\n  export _LOG=\"${VIRTUAL_ENV}/var/log\"\n\nContributors\n--------------\n- `@westurner \u003chttps://github.com/westurner\u003e`_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwesturner%2Fdjangotestapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwesturner%2Fdjangotestapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwesturner%2Fdjangotestapp/lists"}