Nav apraksta

requirements.txt 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. Django==4.2
  2. mssql-django==1.3
  3. pyodbc==4.0.39
  4. # For filtering and querying
  5. django-filter # Simplified filtering
  6. # For tables/grid view
  7. django-tables2 # HTML table rendering
  8. # For exporting to Excel
  9. openpyxl # Generating Excel files
  10. # For API development (optional)
  11. djangorestframework # REST API support
  12. drf-yasg # Swagger and ReDoc for API documentation (optional)
  13. # Admin enhancements (optional)
  14. django-import-export # Export/import for admin
  15. # Authentication enhancements (optional)
  16. django-allauth # For user authentication (optional)
  17. # Debugging and performance
  18. django-debug-toolbar # Debugging SQL queries and performance issues
  19. # Testing (optional)
  20. pytest
  21. pytest-django
  22. factory-boy # Test data creation
  23. # Frontend styling (if using Bootstrap or TailwindCSS)
  24. django-crispy-forms # Styling for forms
  25. crispy-bootstrap5 # For Bootstrap 5 support (optional)
  26. # If using TailwindCSS instead of Bootstrap
  27. # django-tailwind # For TailwindCSS integration
  28. # Cache optimization (optional)
  29. django-cacheops # Caching ORM QuerySets
  30. crispy-tailwind
  31. pandas
  32. numpy
  33. scipy
  34. matplotlib
  35. xlrd
  36. seaborn
  37. django-browser-reload
  38. django-tailwind[reload]
  39. django-extensions