Skip to content

laimapro/IAS-UAI

Repository files navigation

IAS Django

Setup

The first thing to do is to clone the repository:

$ git clone https://github.com/paulo4ndre/ias.git
$ cd ias

Create a virtual environment to install dependencies in and activate it:

$ pip install virtualenv

On Windows:

$ virtualenv venv
$ cd venv/scripts
$ activate

On Linux:

$ virtualenv venv
$ source venv/bin/activate

Then install the dependencies (in the project root folder):

(venv)$ pip install -r requirements-dev.txt

Install database dependencies:

(venv)$ python manage.py migrate

Load table presets (Fixtures)

(venv)$ python manage.py loaddata loadfixtures

Create admin user:

(venv)$ python manage.py createsuperuser

Run project:

(venv)$ python manage.py runserver

Type in your browser http://localhost:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors