reverse0x90 / edCTF

CTF Web Framework Using Ember and Django
Apache License 2.0
8 stars 3 forks source link

For DEV only: Auto-generate fake ctf data #23

Open clevernyyyy opened 8 years ago

clevernyyyy commented 8 years ago

See title @x64x6a

x64x6a commented 8 years ago

I just committed a demo json database dump.

To load it, we can just run this once the dev container is loaded:

./manage.py loaddata scripts/databases/demo.json

I wouldn't want to add this to the dev container script in case we're developing something outside the scope of the demo data.

Another issue with this this method is the graph might look funny a few days after I created it.
Maybe we should modify the graph to not show new data that hasn't changed.

I think it would end up like this, except the long lines would be even longer: capture