Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.
/ eventix-site Public archive

A now-defunct, website which was used to host a ticket platform.

License

Notifications You must be signed in to change notification settings

fluix-dev/eventix-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eventix Website

This respository has quite poor code. Please do NOT copy it. However, feel free to use it for inspiration or just as an example of not-so-great code. The website should still be functional if you follow the instructions below the image.

Website image

Ticket selection page

Tickets section

Installation

  • Install python and pip
  • Install virtualenv with pip install virtualenv
  • Clone the repository with git clone https://github.com/TheAvidDev/eventix-site/
  • Create a virtualenv somewhere (usually one folder up or within) with virtualenv [env-name]
  • Activate the virtualenv depending on OS: Windows or Linux
    • You can exit the virtualenv with deactivate
  • Download the requirements with pip install -r requirements.txt
  • Make migrations and migrate the database with python manage.py makemigrations and python manage.py migrate
  • Run the server with python manage.py runserver
  • Visit the website 127.0.0.1:8000 and take a look
  • Modify the SECRET_KEY, STRIPE_SECRET_KEY, and STRIPE_PUBLISHABLE_KEY in the djangostripe/settings.py file

Good luck! You're on your own now. Take a look at the django docs if something doesn't work.

About

A now-defunct, website which was used to host a ticket platform.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published