{"id":44315534,"url":"https://github.com/fccn/ecommerce-nau-extensions","last_synced_at":"2026-02-11T05:08:07.180Z","repository":{"id":199882874,"uuid":"699822906","full_name":"fccn/ecommerce-nau-extensions","owner":"fccn","description":"NAU extensions to the Open edX Ecommerce","archived":false,"fork":false,"pushed_at":"2025-10-25T17:30:45.000Z","size":123,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-25T19:23:36.184Z","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":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fccn.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-03T12:14:51.000Z","updated_at":"2025-05-12T13:55:58.000Z","dependencies_parsed_at":"2023-10-13T05:41:55.748Z","dependency_job_id":"115fd487-068b-4103-9d8b-e7c31ee07691","html_url":"https://github.com/fccn/ecommerce-nau-extensions","commit_stats":null,"previous_names":["fccn/ecommerce-nau-extensions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fccn/ecommerce-nau-extensions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fccn%2Fecommerce-nau-extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fccn%2Fecommerce-nau-extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fccn%2Fecommerce-nau-extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fccn%2Fecommerce-nau-extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fccn","download_url":"https://codeload.github.com/fccn/ecommerce-nau-extensions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fccn%2Fecommerce-nau-extensions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29327111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T03:52:29.695Z","status":"ssl_error","status_checked_at":"2026-02-11T03:52:23.094Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-02-11T05:08:07.024Z","updated_at":"2026-02-11T05:08:07.175Z","avatar_url":"https://github.com/fccn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"==================================================================================\nNAU extensions to the Open edX Ecommerce\n==================================================================================\n\nThis is an extensions project to aim to change the Open edX \n`Ecommerce \u003chttps://edx-ecommerce.readthedocs.io/en/latest/\u003e`__  \nbehavior for the NAU project.\n\nConfiguration\n===============\n\nAdd the `nau_extensions` to the `INSTALLED_APPS`, for example if you are using devstack\nedit the `ecommerce/settings/private.py` file add change to::\n    from .production import INSTALLED_APPS\n    INSTALLED_APPS += (\"paygate\", \"nau_extensions\", )\n\n    LANGUAGE_CODE = \"pt\"\n    from django.utils.translation import ugettext_lazy as _\n    LANGUAGES = (\n        ('pt-pt', _('Português')),\n        ('en', _('English')),\n    )\n    LOGO_URL = \"https://lms.nau.edu.pt/static/nau-basic/images/nau_azul.svg\"\n\n    NAU_FINANCIAL_MANAGER = {\n        \"edx\": {\n            \"url\": \"http://financial-manager.local.nau.fccn.pt:8000/api/billing/transaction-complete/\",\n            \"token\": \"Bearer abcdABCD1234\",\n        }\n    }\n\nDevelopment\n=============\n\nTo create migrations for this project the next command inside ecommerce container::\n    python manage.py makemigrations nau_extensions\n\nThen run the migrations::\n    python manage.py migrate\n\n\nUse specific Python version, use ecommerce requirements::\n    pyenv shell 3.12\n    python -m venv venv\n    . venv/bin/activate\n    pip install -r ../ecommerce/requirements.txt\n    pip install -r ../ecommerce/requirements/dev.txt\n\nLint::\n    ECOMMERCE_SOURCE_PATH=`pwd`/../ecommerce make lint\n\n\nLicense\n=======\n\nThis work is licensed under the terms of the `GNU Affero General Public License (AGPL) \u003chttps://github.com/fccn/ecommerce-nau-extensions/blob/master/LICENSE.txt\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffccn%2Fecommerce-nau-extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffccn%2Fecommerce-nau-extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffccn%2Fecommerce-nau-extensions/lists"}