barseghyanartur / django-fobi

Form generator/builder application for Django done right: customisable, modular, user- and developer- friendly.
https://pypi.python.org/pypi/django-fobi
485 stars 112 forks source link

example data/migrations missing in quickstart and no demo site #303

Open jonwhittlestone opened 1 year ago

jonwhittlestone commented 1 year ago

In order to preview this, how do you recommend running with example migrations?

The demo site is down, and the quickstart containing example test data does not work out of the box

thanks

# wget https://raw.github.com/barseghyanartur/django-fobi/stable/examples/django_fobi_example_app_installer.sh

...

# can't find this management command
./manage.py fobi_create_test_data --traceback -v 3

./manage.py runserver 0.0.0.0:8001 --traceback -v 3
barseghyanartur commented 1 year ago

I'll take a look at that. Will get to you one of these days.