Skip to content

Commit

Permalink
Main Nav Fake Data Factory (#12571)
Browse files Browse the repository at this point in the history
* Create fake data generator functions for main navigation

* Linting and typos

* Remove mobile active state check for navigation since no longer part of design

* Fix line too long errors
  • Loading branch information
robdivincenzo authored Jul 2, 2024
1 parent 5f601bd commit c3c4209
Show file tree
Hide file tree
Showing 3 changed files with 382 additions and 5 deletions.
2 changes: 2 additions & 0 deletions network-api/networkapi/management/commands/load_fake_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import networkapi.donate.factory as donate_factory
import networkapi.highlights.factory as highlights_factory
import networkapi.mozfest.factory as mozfest_factory
import networkapi.nav.factories as nav_factory
import networkapi.news.factory as news_factory
import networkapi.wagtailpages.factory as wagtailpages_factory
from networkapi.utility.faker.helpers import reseed
Expand Down Expand Up @@ -89,6 +90,7 @@ def handle(self, *args, **options):
wagtailpages_factory,
mozfest_factory,
donate_factory,
nav_factory,
]
]

Expand Down
Loading

0 comments on commit c3c4209

Please sign in to comment.