Web-Theme-Editor-Clone-Wix.com-
Web-Theme-Editor-Clone-Wix.com- copied to clipboard
WebPage Theme Editor using Django ( Wix.com clone )
Web-Theme-Editor
WebPage Theme Editor using Django
This is simple Web Theme Editor Like Wix.com. Built with Python and Django. Where users can create there custom web pages using Themes available in App and Customize by added there info and data.
- How To Run
virtualenv envsource env/bin/activatepip install -r requirements.txtMigrations: python manage.py makemigrations(if you intend to use new database)Migrate: python manage.py migrateCreate A Super user: python manage.py createsuperuserTo Run:python manage.py runserver
Happy Coding !👨🏻💻 🚀