{"id":27425808,"url":"https://github.com/djaodjin/djaopsp","last_synced_at":"2025-04-14T12:29:11.651Z","repository":{"id":41947973,"uuid":"87267273","full_name":"djaodjin/djaopsp","owner":"djaodjin","description":"Practices Survey Platform - Assess against best practices assessment and improvement planning","archived":false,"fork":false,"pushed_at":"2025-03-05T01:04:56.000Z","size":6120,"stargazers_count":3,"open_issues_count":31,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-30T11:02:31.644Z","etag":null,"topics":["assessments","cms","survey-app","surveys"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/djaodjin.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-05T04:52:49.000Z","updated_at":"2025-03-05T01:05:01.000Z","dependencies_parsed_at":"2023-11-12T23:23:20.837Z","dependency_job_id":"761bbd69-cf2f-4906-bc26-f2dc9526443f","html_url":"https://github.com/djaodjin/djaopsp","commit_stats":null,"previous_names":["djaodjin/envconnect"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djaodjin%2Fdjaopsp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djaodjin%2Fdjaopsp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djaodjin%2Fdjaopsp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djaodjin%2Fdjaopsp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djaodjin","download_url":"https://codeload.github.com/djaodjin/djaopsp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248880868,"owners_count":21176747,"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":["assessments","cms","survey-app","surveys"],"created_at":"2025-04-14T12:29:10.597Z","updated_at":"2025-04-14T12:29:11.635Z","avatar_url":"https://github.com/djaodjin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"DjaoDjin Practices Survey Platform\n==================================\n\n[![Documentation Status](https://readthedocs.org/projects/djaopsp/badge/?version=latest)](https://djaopsp.readthedocs.io/en/latest/?badge=latest)\n\nThis repository contains the code for DjaoDjin practices sharing platform.\nTo learn more visit [DjaoDjin's Website](https://www.djaodjin.com/).\n\nThe practices sharing platform is built on\n[Django](https://www.djangoproject.com/),\n[Vue.js](https://vuejs.org/), [Bootstrap](https://getbootstrap.com/)\nframeworks and many more Open Source projects. Thank you for the support!\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://static.djangoproject.com/img/logos/django-logo-positive.png\" height=\"75\"\u003e\n\u003cimg src=\"https://vuejs.org/images/logo.png\" height=\"75\"\u003e\n\u003cimg src=\"https://getbootstrap.com/docs/4.3/assets/brand/bootstrap-solid.svg\" height=\"75\"\u003e\n\u003c/p\u003e\n\nIf you are looking to add features, this project integrates\n- [djaodjin-pages](https://github.com/djaodjin/djaodjin-pages/) for content management\n- [djaodjin-survey](https://github.com/djaodjin/djaodjin-survey/) for assessments\n\nTested with\n\n- **Python:** 3.10, **Django:** 3.2 ([LTS](https://www.djangoproject.com/download/))\n\n\nInstall\n-------\n\nFirst you will need to create a workspace environment, download the 3rd party\nvendor prerequisite packages and build the static assets.\n\n\u003cpre\u003e\u003ccode\u003e\n    $ python -m venv \u003cem\u003einstallTop\u003c/em\u003e\n    $ source \u003cem\u003einstallTop\u003c/em\u003e/bin/activate\n    $ pip install -r requirements.txt\n    $ make vendor-assets-prerequisites\n    $ make install-conf\n    $ make build-assets\n\u003c/code\u003e\u003c/pre\u003e\n\nAt this point, all the 3rd party vendor prerequisite packages (Python and\nJavascript) have been downloaded and installed in the environment.\n\nThen create the database, and start the built-in webserver\n\n    $ python manage.py migrate --run-syncdb\n    $ python manage.py createsuperuser\n    $ python manage.py runserver\n\n\nDevelopment\n-----------\n\nYou will want to toggle `DEBUG` on in the site.conf file.\n\n\u003cpre\u003e\u003ccode\u003e\n    $ diff -u \u003cem\u003einstallTop\u003c/em\u003e/etc/djaopsp/site.conf\n    -DEBUG = False\n    +DEBUG = True\n\n    # Create the tests databases and load test datasets.\n    $ make initdb\n\n    # To generate some sample data run:\n    $ python manage.py generate_test_data\n\n    # Spins up a dev server that re-compiles the `.css` files\n    # on page reload whenever necessary.\n    $ python manage.py runserver --nostatic\n\u003c/code\u003e\u003c/pre\u003e\n\nThe app will be accessible at http://localhost:8000/djaopsp\n\n\nRelease Notes\n=============\n\nSee [release notes](https://www.djaodjin.com/docs/djaopsp/releases/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjaodjin%2Fdjaopsp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjaodjin%2Fdjaopsp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjaodjin%2Fdjaopsp/lists"}