Skip to content

etg624/Djangogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Djangogram

Getting Started

  • Create a directory to hold the project and run git clone https://github.com/etg624/Djangogram.git inside of the directory
  • Create a virtual environment folder in your project directory by running virtualenv venv in the root directory

The folder structure should look like this:

+--Root
| +--Djangogram
| +--venv
      
  • Start the virtual evironment by running source venv/bin/activate in the root folder
  • cd into the Djangogram directory and run pip install -r requirements.txt
  • run python manage.py runserver to start the server on port 8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published