Skip to content

Dev-Sherlock/nello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nello

Built With:

  • Python
  • Django
  • Bootstrap

How to run the project locally:

To run this project, follow these steps:

  1. (optional) Create and activate a virtualenv.

  2. Clone this repo:

    git clone https://github.com/nello88/nello                    
  1. Install dependencies:
    pip install -r requirements.txt
  1. Create a development database:
    python manage.py makemigrations
    python manage.py migrate
  1. If everything is fine, you should be able to start the Django development server:
    python manage.py runserver
  1. Open your browser and go to http://127.0.0.1:8000.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors