mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
Added code of conduct
Required for potentially moving to @jazzband and is also a good thing to have in any project.
This commit is contained in:
parent
ddd126abfc
commit
9224d937d3
1 changed files with 9 additions and 0 deletions
|
|
@ -201,6 +201,15 @@ If you create a new theme, you define it thus:
|
|||
INSTALLED_APPS += ('djadmin2theme_foundation',)
|
||||
ADMIN2_THEME_DIRECTORY = "djadmin2theme_foundation"
|
||||
|
||||
|
||||
Code of Conduct
|
||||
======================
|
||||
|
||||
Everyone interacting in the django-admin2 project's codebases, issue trackers, chat
|
||||
rooms, and mailing lists is expected to follow the `PyPA Code of Conduct`_.
|
||||
|
||||
.. _`PyPA Code of Conduct`: https://www.pypa.io/en/latest/code-of-conduct/
|
||||
|
||||
Follows Best Practices
|
||||
======================
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue