1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Remove obsolete initial_data fixtures (no longer maintained)

This commit is contained in:
Jeremy Stretch
2019-12-12 14:30:43 -05:00
parent 9352867cec
commit 85563e21db
6 changed files with 0 additions and 497 deletions

View File

@@ -215,18 +215,6 @@ Superuser created successfully.
959 static files copied to '/opt/netbox/netbox/static'.
```
# Load Initial Data (Optional)
NetBox ships with some initial data to help you get started: RIR definitions, common devices roles, etc. You can delete any seed data that you don't want to keep.
!!! note
This step is optional. It's perfectly fine to start using NetBox without using this initial data if you'd rather create everything from scratch.
```no-highlight
# python3 manage.py loaddata initial_data
Installed 43 object(s) from 4 fixture(s)
```
# Test the Application
At this point, NetBox should be able to run. We can verify this by starting a development instance: