Django-Crowd_fundingding is a Crowd clone made for fun.
- Python 3
- Django 1.10
- pip
- Clone the repository
- Navigate into the django-Crowd_fundingding directory
- Rename the file crowd_funding/settings_secret.py.template to crowd/settings.py and fill the DJANGO_KEY variable
- pip install -r requirements.txt
- python manage.py makemigrations
- python manage.py migrate
- python manage.py createsuperuser
- python manage.py runserver
You can access the home page by visiting http://localhost:8000