/eventex

Project from Welcome to the Django course

Primary LanguageCSS

Eventex

Project from Welcome to the Django course.

# Use Python 3 to create a virtual environment and activate
$ python -m venv .wttd
$ source .wttd/bin/activate

# Install dependencies
$ pip install -r requirements.txt

# Run in a local web server
$ python manage.py runserver