Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Folio

A Python web application using Django. Personal Blog with Portfolio.

Table of contents

To run this project locally, follow these steps:

Things need to run the project and how to install them.

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cp .env.example .env
nvim .env

Basic instructions to just start the project.

python manage.py migrate
python manage.py runserver

Now visit localhost:8000 or 127.0.0.1:8000

The MIT License

License: MIT


That's all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages