Skip to content

Web app for 🌿PEKOE🌿, crypto safe tips service. Python3 x Django

License

Notifications You must be signed in to change notification settings

marsskop/pekoe-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pekoe Web repo

⚠️ WIP

A web app for 🌿PEKOE🌿, crypto safe tips service. Written in Python3 x Django.

main page of PEKOE web app

🔧 Development guide

Setup development environment

python3 -m venv ~/.virtualenvs/djangodev
source ~/.virtualenvs/djangodev/bin/activate
python3 -m pip install Django django-bulma django-widget-tweaks dotenv web3
python3 -m django --version

Migrations and admin creation

python3 manage.py makemigrations tips
python3 manage.py migrate
python3 manage.py createsuperuser

Startup

python3 manage.py runserver 0.0.0.0:8000

Access server on:

⚠️ License

License: MIT

About

Web app for 🌿PEKOE🌿, crypto safe tips service. Python3 x Django

Topics

Resources

License

Stars

Watchers

Forks