Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shaikharshad11/data-analyser-visualizer
- Owner: ShaikhArshad11
- Created: 2024-06-12T06:35:04.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T06:44:52.000Z (5 months ago)
- Last Synced: 2024-06-12T12:03:01.313Z (5 months ago)
- Topics: data-analysis-python, django, html, python, visualization
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```