Skip to content

rustoceans/eventex-wttd-alexfalcucci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EventeX - Sistema de Eventos elaborado no curso Welcome to the Django.

Projeto voltado ao módulo acadêmico de Python & Django.

Download:

git clone https://github.com/alexfalcucc/eventex-wttd-alexfalcucci.git
pip install -r requirements.txt

Alias (linux):

alias manage='python $VIRTUAL_ENV/manage.py'

Syncdb:

manage syncdb --migrate

Demo:

http://eventex-wttd-alexfalcucci.herokuapp.com/

Licença de software

MIT

Alexsander Falcucci