Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shaikharshad11/data-analyser-visualizer


https://github.com/shaikharshad11/data-analyser-visualizer

data-analysis-python django html python visualization

Last synced: about 22 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Data-Analyser-Visualizer
## Command to run the Django application
```python
python manage.py makemigrations
```

```python
python manage.py migrate
```

```python
python manage.py runserver
```