Skip to content

DurhamARC/dito-form

Repository files navigation

RSE DITO Infromation Collection Web app

Prerequisites

  • Python installed on your machine. Download and install Python from python.org.

Requirements and VENV

  • You can create a Virtual Environment for your code using:
    python -m venv venv
    
  • After you create your VENV, you can activate it by using:
    venv/Scripts/activate #On Windows
    
    source venv/bin/activate #On MacOS & Linux
    
  • Install django
    pip install django
    

Setting up migrations and admin

  • Get django to set up the database
    python manage.py makemigrations
    python manage.py migrate
    
  • Set up admin user
    python manage.py createsuperuser
    

Running the webapp locally

python manage.py runserver

After running the server the form can be accessible locally on here, and the admin panel here

About

DITO RSE information colection form site

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors