Skip to content

Commit

Permalink
Rename from Django Community to Django Commons
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Apr 20, 2024
1 parent 66ead65 commit dec286d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on: push

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

jobs:

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Django Community
Copyright (c) 2024 Django Commons

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# django-community-playground
# django-commons-playground
A sample project to test things out


Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "django_community_playground"
name = "django_commons_playground"
version = "1.0.1"
authors = [
{ name="Tim Schilling", email="schillingt@better-simple.com" },
Expand All @@ -18,9 +18,9 @@ classifiers = [
]
keywords = [
"django",
"django community",
"django commons",
]

[project.urls]
Homepage = "https://github.com/django-community/django-community-playground"
Issues = "https://github.com/django-community/django-community-playground/issues"
Homepage = "https://github.com/django-commons/django-commons-playground"
Issues = "https://github.com/django-commons/django-commons-playground/issues"
2 changes: 1 addition & 1 deletion tests/test_playground.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from unittest import TestCase

from src.django_community_playground import playground
from src.django_commons_playground import playground


class TestPlayground(TestCase):
Expand Down

0 comments on commit dec286d

Please sign in to comment.