Skip to content

xrenvtomate/aboutme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplest Djangp app

(you need to have python 3.8 or higher)

to download code in current directory write "git clone https://github.com/xrenvtomate/aboutme" in terminal

"pip install -r requirements.txt" to install all dependencies for python interpreter (now there is only django)

bootstrap includes via cdn so you dont need to use npm

"python manage.py runserver [port]" to run app at http://127.0.0.1:[port]/ . Defaultly port is 8000

templates (html files) store in ./templates/ directory

static files (css, js, images, etc) store in ./static/ directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published