Skip to content

Ranc58/22_proto_markup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Suppliers in Novosibirsk

Frontend demo site"Suppliers of Novosibirsk".

How to install:

  1. Recomended use venv or virtualenv for better isolation.
    Venv setup example:
    python3 -m venv myenv
    source myenv/bin/activate
  2. Install requirements:
    pip3 install -r requirements.txt (alternatively try add sudo before command)

How to launch:

Run script: $python3 create_site.py
Site will be created in folder static. All necessary files already in this folder.

Project Goals

The code is written for educational purposes. Training course for web-developers - DEVMAN.org

About

Задача #22 из курса devman.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.2%
  • HTML 28.7%
  • CSS 14.1%
  • Other 1.0%