Web-Theme-Editor-Clone-Wix.com- icon indicating copy to clipboard operation
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 env
    • source env/bin/activate
    • pip install -r requirements.txt
    • Migrations: python manage.py makemigrations(if you intend to use new database)
    • Migrate: python manage.py migrate
    • Create A Super user: python manage.py createsuperuser
    • To Run:python manage.py runserver

Happy Coding !👨🏻‍💻 🚀