Skip to content

durgesh2001/ardour-diaries

Repository files navigation

ardour-diaries

Ardour Diaries is a poetic page running at different social media handles since 2020. This is a web project to build website for my content page.


DESKTOP VIEW

  • view 1

ardour-diaries

  • view 2

    ardour-diaries

  • view 3

    ardour-diaries


MOBILE VIEW

  • view 1

    ardour-diariesb

  • view 2

    ardour-diaries


Links:


Project Status

  • Completed

Project Details

This project is built on the Django Framework(3.0). This project is build by Durgesh Pal in the guidance of seniors of Developer Student Club REC Bijnor


Developement

Running the Server

  1. Run the following command to activate the environment:
cd path/to/dir
pip install pipenv
pipenv shell
  1. After that install all dependancies specified in Pipfile or Pipfile.lock :
pipenv sync
  1. Run the server using :
python manage.py runserver 8000
or
pipenv run python manage.py runserver

here 8000 is port number. you can use any port number you want.

  1. To install any package :
pipenv install package_name
pipenv update  //run this at last

It will automaticlly install the package and put it into requirements.

About

A Poetry Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published