dilannery / eventex

Project developed as part of WTTD course.

Home Page:https://eventex-dilan.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eventex

That project is part of Welcome to the Django course (https://welcometothedjango.com.br). It's aimed to solidify the knowledge along the course.

Usage

First you should create a virtual environment to separate dependencies (make sure you have Python 3.7 or above installed):

$ python -m venv .wttd

And activate the fresh created environment:

$ source .wttd/bin/activate

Install Django:

$ pip install django

And start the server:

$ python manage.py runserver

About

Project developed as part of WTTD course.

https://eventex-dilan.herokuapp.com/


Languages

Language:CSS 41.9%Language:HTML 39.4%Language:Python 10.6%Language:JavaScript 8.2%