Skip to content

Alfax14910/darkweb

This branch is 1 commit ahead of darkscience/darkweb:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c871c7b · Oct 1, 2020
May 30, 2019
Jun 1, 2019
May 30, 2019
Jan 8, 2012
Jun 1, 2019
May 30, 2019
May 30, 2019
May 30, 2019
Oct 1, 2020
May 29, 2019
May 30, 2019
May 29, 2019
May 1, 2012
Apr 13, 2012
May 29, 2019

Repository files navigation

darkweb

this is an amazing project 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%