Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jul 6, 2024
1 parent bdfe579 commit ffd0cb8
Show file tree
Hide file tree
Showing 42 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions src/django-ifc/apps.py → src/django-bim/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# =============================================================================

"""
Provides Django IFC Config Class
Provides Django BIM Config Class
===============================
Expand Down Expand Up @@ -36,9 +36,9 @@
# Classes
# =============================================================================

class DjangoIfcConfig(AppConfig):
class DjangoBimConfig(AppConfig):
"""
Django IFC Config Class
Django BIM Config Class
======================
Django AppConfig for managing the Django IFC application.
Expand All @@ -58,13 +58,13 @@ class DjangoIfcConfig(AppConfig):
"""

# Full Python path to the application
name = 'django_ifc'
name = 'django-bim'

# Short name for the application, used in relation naming
label = 'django_ifc'
label = 'django-bim'

# Human-readable name for the application
verbose_name = _("Django IFC")
verbose_name = _("Django BIM")

# Specifies the type of primary key to use by default for models in
# this application
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ffd0cb8

Please sign in to comment.