Skip to content

Luciferdevil013/darkweb

 
 

Repository files navigation

darkweb

This used to be the repository holding the DarkScience website, that has been moved to https://git.drk.sc/darkscience/darkscience.net.

At the moment this repository contains a Django application which powers the quotes system for DarkScience. This is a legacy part of the old website still in service.

Development Environment

You can configure a development environment with the following:

NOTE: These steps assume you have Python along with pipenv installed.

$ pipenv install --dev
# configure URL to DB (can be sqlite locally)
$ export DATABASE_URL="sqlite:///$(pwd)/db.sqlite"
$ pipenv run python manage.py migrate

Running the tests

$ pipenv run python manage.py test

Running the development server

$ pipenv run python manage.py runserver

About

Darkscience website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.7%
  • CSS 29.6%
  • HTML 13.0%
  • API Blueprint 3.7%
  • JavaScript 1.0%