netcop-ai/users
thecyberlearn 213486946e Add frontend, agents apps and enhance API with authentication
- Add new Django apps: agents and frontend with URL routing
- Configure static files and templates directories in settings
- Add CSRF exemption and authentication to user endpoints
- Switch Stripe currency from USD to AED
- Add user management script and static assets
- Include REST framework token authentication

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-30 23:22:59 +05:30
..
management Add frontend, agents apps and enhance API with authentication 2025-07-30 23:22:59 +05:30
migrations Initial commit: Django web app with user auth, Stripe payments, and n8n workflow integration 2025-07-30 13:34:19 +05:30
__init__.py Initial commit: Django web app with user auth, Stripe payments, and n8n workflow integration 2025-07-30 13:34:19 +05:30
admin.py Initial commit: Django web app with user auth, Stripe payments, and n8n workflow integration 2025-07-30 13:34:19 +05:30
apps.py Initial commit: Django web app with user auth, Stripe payments, and n8n workflow integration 2025-07-30 13:34:19 +05:30
models.py Initial commit: Django web app with user auth, Stripe payments, and n8n workflow integration 2025-07-30 13:34:19 +05:30
serializers.py Initial commit: Django web app with user auth, Stripe payments, and n8n workflow integration 2025-07-30 13:34:19 +05:30
tests.py Initial commit: Django web app with user auth, Stripe payments, and n8n workflow integration 2025-07-30 13:34:19 +05:30
urls.py Add frontend, agents apps and enhance API with authentication 2025-07-30 23:22:59 +05:30
views.py Add frontend, agents apps and enhance API with authentication 2025-07-30 23:22:59 +05:30