Skip to content

It is laboratory software created with Django and Bootstrap! Created in 8th PyStackWeek.

Notifications You must be signed in to change notification settings

jonascarvalh/psw-vitalab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VitaLab

It is laboratory software created with Django and Bootstrap! Created in 8th PyStackWeek

Screenshots

home

How to install?

  1. Clone this repo:
git clone https://github.com/jonascarvalh/curso-django-projeto1.git
  1. Install requirements:
pip install -r requirements.txt

PS: Windows Users

  1. Install GTK3 for pdf manipulation works!

How to Run?

Migrations:

See if you have migrations in database.

python3 manage.py makemigrations

Apply migrations:

python3 manage.py migrate

Run server

python3 manage.py runserver

About

It is laboratory software created with Django and Bootstrap! Created in 8th PyStackWeek.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published