forked from numerique-gouv/sites-faciles
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There are now two applications : wagtail_design_system and sites_faciles
- Loading branch information
Chris Mann
committed
Nov 10, 2024
1 parent
5ba4a1e
commit e288dd3
Showing
105 changed files
with
4,004 additions
and
3,352 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
from django.apps import AppConfig | ||
|
||
|
||
class WagtailSitesFacilesConfig(AppConfig): | ||
class SitesFacilesConfig(AppConfig): | ||
default_auto_field = "django.db.models.BigAutoField" | ||
name = "sites_faciles" |
Oops, something went wrong.