Commit Graph

449 Commits

Author SHA1 Message Date
IGNY8 VPS (Salman)
a8309078c6 filters fixed for all pages of planner writer 2026-01-15 06:19:20 +00:00
IGNY8 VPS (Salman)
51292bb1b3 fitlers fixes 2026-01-15 06:03:06 +00:00
IGNY8 VPS (Salman)
75785aa642 fixes but still nto fixed 2026-01-15 04:13:54 +00:00
IGNY8 VPS (Salman)
e02ba76451 issues fixes related to autaitmioan and ai idea genration 2026-01-15 02:21:44 +00:00
IGNY8 VPS (Salman)
6bb3dd3df4 ai fucntiosn adn otehr atuoamtion fixes 2026-01-14 23:08:48 +00:00
IGNY8 VPS (Salman)
cb2d109593 more impeorventes for kewyrods libreary 2026-01-14 18:55:08 +00:00
IGNY8 VPS (Salman)
6f64d359fb Revert "API ISsues fixes pluigna dn app, plugin v udapte 1.4.0"
This reverts commit a361dea528.
2026-01-13 05:26:32 +00:00
IGNY8 VPS (Salman)
a361dea528 API ISsues fixes pluigna dn app, plugin v udapte 1.4.0 2026-01-13 04:42:58 +00:00
IGNY8 VPS (Salman)
f1c972c222 wp plugin uninstall udpate & cleanup migrations 2026-01-13 04:01:08 +00:00
IGNY8 VPS (Salman)
f46fbe4343 Backeup configs & cleanup of files and db 2026-01-13 03:31:20 +00:00
IGNY8 VPS (Salman)
5ce0d02636 fixes 2026-01-13 01:52:40 +00:00
IGNY8 VPS (Salman)
47a5a8b1da fixes 2026-01-13 01:23:54 +00:00
IGNY8 VPS (Salman)
78c9cd38e0 fixed site id issue for credits in wdigets for specific site 2026-01-13 00:32:49 +00:00
IGNY8 VPS (Salman)
25caea5d90 fixes integration 2026-01-13 00:17:38 +00:00
IGNY8 VPS (Salman)
5c3aa90e91 fixing issues of integration with wordpress plugin 2026-01-12 23:25:47 +00:00
IGNY8 VPS (Salman)
ad828a9fcd models delte and trash and cascade issues fixes 2026-01-12 17:37:21 +00:00
IGNY8 VPS (Salman)
e8360a6703 fix fix fi x fix 2026-01-12 15:30:15 +00:00
IGNY8 VPS (Salman)
7d4d309677 trash models added, first attempt for remainign issues 2026-01-12 13:39:42 +00:00
IGNY8 VPS (Salman)
28cb698579 django fixes restored defautl delte cofnruiiamtions and working accoutna dn sites deletion with cascading 2026-01-12 12:02:57 +00:00
IGNY8 VPS (Salman)
a3e75e654e fixed 2026-01-12 09:42:31 +00:00
alorig
e9f02f5e9f latest 2 days work excluding problemetic code 2026-01-12 14:23:05 +05:00
IGNY8 VPS (Salman)
b390e02aa5 Creditsupdates in fotoer wdigets adn hoemapge and singe site settigns page #Run MIgration 0033 #MAJOR 2026-01-12 07:22:08 +00:00
IGNY8 VPS (Salman)
95d8ade942 footer widgets and tuomation page fixes 2026-01-12 02:26:25 +00:00
IGNY8 VPS (Salman)
90b9d6aadc wp plugin and app fixes adn automation page update 2026-01-12 01:12:08 +00:00
IGNY8 VPS (Salman)
3925ddf894 django bacekdn opeartioanl fixes and site wp integration api fixes 2026-01-11 21:54:08 +00:00
IGNY8 VPS (Salman)
e9369df151 widgets and other fixes 2026-01-11 15:24:52 +00:00
IGNY8 VPS (Salman)
854b3efd45 image s imsages images model fixes new model see dream 2026-01-10 13:16:05 +00:00
IGNY8 VPS (Salman)
6fb0411f56 image strugles 2 2026-01-10 11:54:31 +00:00
IGNY8 VPS (Salman)
1246f8ac5d image strugles 2026-01-10 11:54:18 +00:00
IGNY8 VPS (Salman)
622e66b0fb iamge genration credits fixing - not fixed 2026-01-10 09:39:17 +00:00
IGNY8 VPS (Salman)
9e785f141c temaplte fixes in app and in plugin 2026-01-10 06:17:38 +00:00
IGNY8 VPS (Salman)
975eab46cf fixes for ai and iamge related models bacekedn 2026-01-10 05:11:24 +00:00
IGNY8 VPS (Salman)
0c693dc1cc Image genartiona dn temaplte design redesign 2026-01-10 03:58:02 +00:00
IGNY8 VPS (Salman)
a86524a6b1 versioning and wp plugin updates 2026-01-10 00:26:00 +00:00
IGNY8 VPS (Salman)
0ea3a30909 PLugin versioning fixes 2026-01-09 23:36:03 +00:00
IGNY8 VPS (Salman)
4343f62140 Plugin packaging and docs 2026-01-09 22:45:30 +00:00
IGNY8 VPS (Salman)
80f1709a2e plugin distribution system 2026-01-09 21:38:14 +00:00
IGNY8 VPS (Salman)
264c720e3e Phase 6: Add data backup and cleanup management commands
- Created export_system_config.py command:
  * Exports Plans, Credit Costs, AI Models, Industries, Sectors, etc.
  * Saves to JSON files for V1.0 configuration backup
  * Includes metadata with export timestamp and stats
  * Usage: python manage.py export_system_config --output-dir=backups/config

- Created cleanup_user_data.py command:
  * Safely deletes all user-generated data
  * DRY-RUN mode to preview deletions
  * Confirmation prompt for safety
  * Production environment protection
  * Deletes: Sites, Keywords, Content, Images, Transactions, Logs, etc.
  * Preserves: System config and user accounts
  * Usage: python manage.py cleanup_user_data --dry-run
          python manage.py cleanup_user_data --confirm

Both commands essential for V1.0 pre-launch cleanup
2026-01-09 15:39:10 +00:00
IGNY8 VPS (Salman)
82d6a9e879 Cleanup: Remove one-time test files
- Removed test-module-settings.html (manual API test file)
- Removed test_urls.py (one-time URL verification script)
- Removed test_stage1_refactor.py (stage 1 refactor verification)
- Kept proper test suites in tests/ folders
2026-01-09 15:33:37 +00:00
IGNY8 VPS (Salman)
d4ecddba22 SMTP and other email realted settings 2026-01-08 06:45:30 +00:00
IGNY8 VPS (Salman)
3651ee9ed4 Email COnfigs & setup 2026-01-08 05:41:28 +00:00
IGNY8 VPS (Salman)
7ad1f6bdff FInal bank, stripe and paypal sandbox completed 2026-01-08 00:12:41 +00:00
IGNY8 VPS (Salman)
ad75fa031e payment gateways and plans billing and signup pages refactored 2026-01-07 13:02:53 +00:00
IGNY8 VPS (Salman)
ad1756c349 fixing and creatign mess 2026-01-07 10:19:34 +00:00
IGNY8 VPS (Salman)
0386d4bf33 STripe Paymen and PK payemtns and many othe rbacekd and froentened issues 2026-01-07 05:51:36 +00:00
IGNY8 VPS (Salman)
87d1662a18 payment options fixes 2026-01-07 01:46:28 +00:00
IGNY8 VPS (Salman)
909ed1cb17 Phase 3 & Phase 4 - Completed 2026-01-07 00:57:26 +00:00
IGNY8 VPS (Salman)
9ca048fb9d Phase 3 - credts, usage, plans app pages #Migrations 2026-01-06 21:28:13 +00:00
IGNY8 VPS (Salman)
dc7a459ebb django admin Groups reorg, Frontend udpates for site settings, #Migration runs 2026-01-05 01:21:52 +00:00
IGNY8 VPS (Salman)
6e30d2d4e8 Django admin cleanup 2026-01-04 06:04:37 +00:00