# Finance App Tracker

Date de création: 3 février 2024 17:18

Django Web App to analyze and visualize accounts transactions, using python with pandas, django, sqlite, postgresql, celery and 

[Setup Guide](Setup%20Guide%20fc4a7532812649cc86c75efda8aa7ef8.md)

[Django Route Endpoints](Django%20Route%20Endpoints%2060d4a5f417fc471393d29b526544d362.md)

myproject/
│   manage.py
│   myproject/
│   │   __init__.py
│   │   asgi.py
│   │   settings.py
│   │   urls.py
│   │   wsgi.py
│   financial_tracker/
│   │   migrations/
│   │   __init__.py
│   │   admin.py
│   │   apps.py
│   │   models.py
│   │   tests.py
│   │   views.py
│   │   forms.py  # Create this file for Django Forms
│   │   urls.py
│   static/  # For static files like CSS, JavaScript
│   templates/  # For HTML templates

- project
    
    [manage.py](manage%20py%20be5e0d45354b44c680c8ce2b48ce1e11.md)
    
    - project
        
        [urls.py](urls%20py%208e82bc360b73426e9b9d679df488a268.md)
        
    - financial_tracker
        
        [](Sans%20titre%20087f3b966c094b748a039e831691586d.md)
        
        [views.py](views%20py%20979bb8c59001438985e6e6e6209fd5df.md)
        
        [urls.py](urls%20py%2069e0d66ca8b14ba0bcf243e93120c052.md)
        
    - static
    - templates