Skip to content

AbrahanMaigua/osf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

app finnaciera

run local

  1. create virtual enviroment

    "python -m venv env" env\Scripts\activate.bat

  2. isntall dependecias

    pip install -r requierement.txt

  3. run app

    cd app_finaciera 
    python manage.py makemigrations
    python manage.py migrate
    python manage.py runserver