Skip to content

cazaroni/WorkMateys

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

Como correr la pagina

  1. Descarga la ultima version de python aqui
  2. Descarga la ultima version de Django aqui
  3. Clona el repositorio
git clone https://github.com/denisseantunez/WorkMate.git
  1. Ahora, entra al directorio de login
cd login
  1. Inicia el servidor para correr la pagina localmente
python manage.py runserver

A veces, en linux o macos no esta configurado python, si no python3. En esos casos corremos

python3 manage.py runserver

Cuenta de acceso para la rama de JORGE

username: wmadmin
password: password

About

A fork to continue occasional development on WorkMate, a school project built using the Django framework to create a web application that makes it easier for small teams to organize their workflows in a way that is both visually appealing and efficient.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.1%
  • HTML 1.6%
  • JavaScript 1.1%
  • Other 1.2%