Skip to content

Commit dec286d

Browse files
committed
Rename from Django Community to Django Commons
1 parent 66ead65 commit dec286d

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on: push
44

55
env:
66
# Change these for your project's URLs
7-
PYPI_URL: https://pypi.org/p/django-community-playground
8-
PYPI_TEST_URL: https://test.pypi.org/p/django-community-playground
7+
PYPI_URL: https://pypi.org/p/django-commons-playground
8+
PYPI_TEST_URL: https://test.pypi.org/p/django-commons-playground
99

1010
jobs:
1111

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Django Community
3+
Copyright (c) 2024 Django Commons
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# django-community-playground
1+
# django-commons-playground
22
A sample project to test things out
33

44

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "django_community_playground"
6+
name = "django_commons_playground"
77
version = "1.0.1"
88
authors = [
99
{ name="Tim Schilling", email="[email protected]" },
@@ -18,9 +18,9 @@ classifiers = [
1818
]
1919
keywords = [
2020
"django",
21-
"django community",
21+
"django commons",
2222
]
2323

2424
[project.urls]
25-
Homepage = "https://github.com/django-community/django-community-playground"
26-
Issues = "https://github.com/django-community/django-community-playground/issues"
25+
Homepage = "https://github.com/django-commons/django-commons-playground"
26+
Issues = "https://github.com/django-commons/django-commons-playground/issues"

tests/test_playground.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from unittest import TestCase
22

3-
from src.django_community_playground import playground
3+
from src.django_commons_playground import playground
44

55

66
class TestPlayground(TestCase):

0 commit comments

Comments
 (0)