/vikivedia

A wikipedia like site to learn Django powers - vikivedia

Primary LanguagePython

Vikivedia

A wikipedia like site to learn Django powers - vikivedia.

Running Locally

Make sure you have the latest version of python and pip. Linux recommended.

Step 1: clone the repo.

Step 2: cd to the cloned directory.

Step 3: create & activate a virtual env.
$ python3 -m venv .venv && source .venv/bin/activate

Step 4: run script to create env file with security keys.
$ python create_env_file.py

Step 5: install dependencies.
$ pip install -r requirements.txt

Step 6: run django server.
$ python manage.py runserver

Step 7: play and hack.