Skip to content

SanderHeling/Pluvo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pluvo

Requirements: Python 3 NodeJS NPM PIP

To run this project

python3 -m venv env pip install -r requirements.txt

To generate the tailwind css (this needs to keep running if you are updating the code)

python manage.py tailwind install python manage.py tailwind start

To run the django instance

python manage.py runserver

Create superuser to start with

python manage.py createsuperuser

From here add regular users in the admin page

About

Demo Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 61.1%
  • HTML 30.7%
  • JavaScript 8.0%
  • CSS 0.2%