Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

sanjay-swain/learnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learnet

Installation

You need to have python installed on your computer. You need to install pipenv with pip:

pip install pipenv

Then on your project folder (you need to do once for the first time)

pipenv install

Then get into virtualenv with the command below

pipenv shell

Now if you are running it for first time you need to make migrations to set up database.

python manage.py makemigrations
python manage.py migrate

Now you need to setup a superuser (with admin access)

python manage.py createsuperuser

Finally to run the server

python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published