Rebrand as Ethereum-native holding & migrate to Vercel Django template#17
Merged
Conversation
…go template Repositions the site around three pillars (Ethereum holdings / Software / Culture) per the company charter, adds bilingual JA/EN coverage, and collapses the Cookiecutter-Django bootstrap to the minimal layout that Vercel's Python Runtime auto-detects from manage.py. What changed: - Information architecture: new Vision, Holdings, Software, Business, legal/Privacy, legal/Cookies pages (replacing Services / About). - Software page features GratefulMoments (https://github.com/masuda-so/GratefulMoments) as the flagship product. - Company page now lists representative member, founding date, capital, corporate number 4011103016903, and registered office. - Real contact email so.masuda.2003@ether-llc.com everywhere; segmented contact channels (partnerships, software, press, company info). - OGP, Organization JSON-LD, /robots.txt, /sitemap.xml. - Full English mirror under /en/ with hreflang alternates and a language switcher in the header. Architecture cleanup: - Drop scripts/export_static_site.py and scripts/static_export_urls.py along with vercel.json — Vercel auto-detects manage.py. - Drop allauth, users app, anymail, crispy-forms, redis, postgres, whitenoise, mypy, sphinx, pytest from dependencies. - Replace config/settings/{base,local,production,test}.py with a single config/settings.py modelled on Vercel's Django template. - Remove Docker compose, devcontainer, justfile, ReadTheDocs, locale po files, and tests/ scaffolding.
…d22462 # Conflicts: # ether/static/css/project.css # ether/templates/base.html # ether/templates/pages/company.html # ether/templates/pages/contact.html # ether/templates/pages/home.html # ether/templates/pages/services.html # scripts/export_static_site.py
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
ECC bundle files are already tracked in this repository. Skipping generation of another bundle PR. |
…jlint D018
- Replace docker-compose-based pytest job with a uv-based Django sanity
job (check + migrate + collectstatic). The previous job referenced
docker-compose.local.yml which was removed in this PR.
- django-upgrade dropped DEFAULT_AUTO_FIELD (BigAutoField is the default
in Django 6).
- end-of-file-fixer added trailing newlines on config/urls.py and
ether/static/css/project.css.
- pyproject-fmt added Python 3.12/3.14 classifiers.
- Ignore djlint D018: hardcoded internal links are intentional because
the language switching produces conditional /en/ vs / paths that don't
fit the {% url %} pattern cleanly.
Contributor
|
ECC bundle files are already tracked in this repository. Skipping generation of another bundle PR. |
…d22462 # Conflicts: # pyproject.toml # uv.lock
Contributor
|
ECC bundle files are already tracked in this repository. Skipping generation of another bundle PR. |
masuda-so
added a commit
that referenced
this pull request
May 5, 2026
#17) * refactor: rebrand as Ethereum-native holding, simplify to Vercel Django template Repositions the site around three pillars (Ethereum holdings / Software / Culture) per the company charter, adds bilingual JA/EN coverage, and collapses the Cookiecutter-Django bootstrap to the minimal layout that Vercel's Python Runtime auto-detects from manage.py. What changed: - Information architecture: new Vision, Holdings, Software, Business, legal/Privacy, legal/Cookies pages (replacing Services / About). - Software page features GratefulMoments (https://github.com/masuda-so/GratefulMoments) as the flagship product. - Company page now lists representative member, founding date, capital, corporate number 4011103016903, and registered office. - Real contact email so.masuda.2003@ether-llc.com everywhere; segmented contact channels (partnerships, software, press, company info). - OGP, Organization JSON-LD, /robots.txt, /sitemap.xml. - Full English mirror under /en/ with hreflang alternates and a language switcher in the header. Architecture cleanup: - Drop scripts/export_static_site.py and scripts/static_export_urls.py along with vercel.json — Vercel auto-detects manage.py. - Drop allauth, users app, anymail, crispy-forms, redis, postgres, whitenoise, mypy, sphinx, pytest from dependencies. - Replace config/settings/{base,local,production,test}.py with a single config/settings.py modelled on Vercel's Django template. - Remove Docker compose, devcontainer, justfile, ReadTheDocs, locale po files, and tests/ scaffolding. * fix(ci): drop Docker test job, apply pre-commit auto-fixers, ignore djlint D018 - Replace docker-compose-based pytest job with a uv-based Django sanity job (check + migrate + collectstatic). The previous job referenced docker-compose.local.yml which was removed in this PR. - django-upgrade dropped DEFAULT_AUTO_FIELD (BigAutoField is the default in Django 6). - end-of-file-fixer added trailing newlines on config/urls.py and ether/static/css/project.css. - pyproject-fmt added Python 3.12/3.14 classifiers. - Ignore djlint D018: hardcoded internal links are intentional because the language switching produces conditional /en/ vs / paths that don't fit the {% url %} pattern cleanly.
masuda-so
added a commit
that referenced
this pull request
May 9, 2026
#17) * refactor: rebrand as Ethereum-native holding, simplify to Vercel Django template Repositions the site around three pillars (Ethereum holdings / Software / Culture) per the company charter, adds bilingual JA/EN coverage, and collapses the Cookiecutter-Django bootstrap to the minimal layout that Vercel's Python Runtime auto-detects from manage.py. What changed: - Information architecture: new Vision, Holdings, Software, Business, legal/Privacy, legal/Cookies pages (replacing Services / About). - Software page features GratefulMoments (https://github.com/masuda-so/GratefulMoments) as the flagship product. - Company page now lists representative member, founding date, capital, corporate number 4011103016903, and registered office. - Real contact email so.masuda.2003@ether-llc.com everywhere; segmented contact channels (partnerships, software, press, company info). - OGP, Organization JSON-LD, /robots.txt, /sitemap.xml. - Full English mirror under /en/ with hreflang alternates and a language switcher in the header. Architecture cleanup: - Drop scripts/export_static_site.py and scripts/static_export_urls.py along with vercel.json — Vercel auto-detects manage.py. - Drop allauth, users app, anymail, crispy-forms, redis, postgres, whitenoise, mypy, sphinx, pytest from dependencies. - Replace config/settings/{base,local,production,test}.py with a single config/settings.py modelled on Vercel's Django template. - Remove Docker compose, devcontainer, justfile, ReadTheDocs, locale po files, and tests/ scaffolding. * fix(ci): drop Docker test job, apply pre-commit auto-fixers, ignore djlint D018 - Replace docker-compose-based pytest job with a uv-based Django sanity job (check + migrate + collectstatic). The previous job referenced docker-compose.local.yml which was removed in this PR. - django-upgrade dropped DEFAULT_AUTO_FIELD (BigAutoField is the default in Django 6). - end-of-file-fixer added trailing newlines on config/urls.py and ether/static/css/project.css. - pyproject-fmt added Python 3.12/3.14 classifiers. - Ignore djlint D018: hardcoded internal links are intentional because the language switching produces conditional /en/ vs / paths that don't fit the {% url %} pattern cleanly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Comprehensive rebrand based on the company charter (定款) and a parallel architectural cleanup that drops the Cookiecutter-Django bootstrap in favour of the minimal layout that Vercel's Python Runtime auto-detects.
Positioning
Repositions the public site around three pillars drawn directly from Article 2 of the charter:
Information architecture
Plus `/robots.txt`, `/sitemap.xml`, `/admin/`. Bilingual (JA + EN) throughout, with a header language switcher and `hreflang` alternates.
Real company data (replaced placeholders)
Architecture cleanup
Migrated to Vercel's Django template layout — Vercel auto-detects `manage.py` and configures WSGI + static files. No `vercel.json` or `api/index.py` needed.
Deleted:
Dependencies pruned from 17+ runtime packages down to just `django>=6.0` (dev: `djlint`, `ruff`). Removed: allauth, anymail, crispy-forms, django-environ, redis, postgres, gunicorn, whitenoise, mypy, sphinx, pytest, etc.
SEO
Conflicts with main
Resolved against PR #13's editorial design refresh by keeping this branch's Material 3-based CSS — the new pages depend on those CSS variables and the IA in this PR completely replaces the previous services/about layout. PR #15's hero image deletion and PR #14's gitignore tweaks are preserved.
Test plan
🤖 Generated with Claude Code