Skip to content

Create and serve a landingpage with Django & GrapesJS!

License

Notifications You must be signed in to change notification settings

HannesHolst1/landor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Landor (Calrissian)!

This Web App is an exercise of mine. I wanted to make use of GrapesJS which is a cool "drag & drop" website editor.

What is Landor?

This Web App allows you to create a Landingpage which is served at http://host/username. You can create multiple versions and select which version you want to serve. Images are stored as Base64 in the HTML-file. Btw: Admins are theoritcally also users. But the Landingpage of an admin wouldn't be served.

How to get started?

On the left, click on "Edit pages" and then click "Create!" to create your first version of your Landingpage.

Could Landor be better?

Yes, definitely! Before Landor could be an actual product, A LOT of work has to be done. But I wanted primarly integrate GrapesJS only.

Installation

  • Download latest version of Python and install
  • Clone repository to a local directory
  • create a new virtual environment py -m venv name_of_your_virtualenv_here
  • run pip install -r requirements.txt
  • run the command py manage.py runserver
  • open your webbrowser and go to http://127.0.0.1:8000
  • Sign-up with a new username
  • Create a new page!

About

Create and serve a landingpage with Django & GrapesJS!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published