Skip to content

Files

Latest commit

4cbcc9e · Oct 23, 2023

History

History
26 lines (20 loc) · 839 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 839 Bytes

Say it

Service to publish a webpage to display what you want to say 😜

Message view screenshot

Local setup

  • Clone repository
  • Create .env file inside sayit/settings/ with following variables
    SECRET_KEY='<random-django-secret-key>'
    ALLOWED_HOSTS=<allowed-hosts-seperated-by-spaces>
    
    HASHIDS_SALT='<random-characters-as-salt>'
    
  • Start development server as follows, site will be accessible at http://localhost:8000/
    python3 manage.py runserver --settings="sayit.settings.dev"
    

Credits

License

MIT