Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

SwissTierrasColombia/webscrapping-news-proadmintierra-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webscrapping-news-proadmintierra-site

web scrapping de las noticias del sitio https://www.proadmintierra.info/

Django server

#Create virtualenv
python3 -m venv env

#Activate env
source env/bin/activate

#install dependencies
pip3 install -r requirements.txt

# serve with hot reload at localhost:8000
## For GNU/Linux
./start.sh

## For Windows
python3 manage.py runserver