Skip to content

Prototype toolkit for sustainable urban design at the speed of thought.

License

Notifications You must be signed in to change notification settings

omidyousefi1982/app

 
 

Repository files navigation

Sustainable Urban design

All Contributors

Table of Contents

What is this?

This project is an open-source, prototype toolkit for sustainable urban design. Go check out our website.

Below, you can see a user-interface mockup showing the main components of the toolkit.

UrbanDesignSpace App UI mockup

We your need help!

Our team would love for people to help out in anyway they can, right now we're looking for translators and anyone willing to help out.

Installation

Requirements

If you dont have the latest version of python then do download it from here

Environment

If you wish to keep the project's python environment separate from your global environment, you should create a virtual environment

python3 -m venv env
source env/bin/activate

Python dependencies

Use pip to install the dependencies:

pip install -r requirements.txt

Move into the Project Folder:

cd sustainable_urban_design_space

Running the server

Migrations

Before you can run the project, you will need to set up the database by running the migrations:

./manage.py migrate

Create super user

Move into the Project Folder:

cd sustainable_urban_design_space

Create a new super user account:

python manage.py createsuperuser

Username: *your username*
Email address: *your email*
Password: *your password*
Password (again): *your password*

It may warn you if you use a password that is similar to your user name, or if it's too short or too common. You can bypass this warning by typing Y and then Enter. It doesn't matter in a development environment, but be sure to use secure credentials when deploying in production.

Starting the server

You can run the server with

python manage.py runserver

The server will now tell you that it's running on http://127.0.0.1:8000/

You can connect to the admin interface at http://127.0.0.1:8000/admin with your newly created superuser account.

Support

Resources

Contributors ✨

Thanks goes to these awesome people (emoji key):


Max Thakur

🌍 💻 👀 📖 🤔 🚧

Nowserep

🌍

Brylie Christopher Oxley

💻 📆 🐛 📖 🤔 👀

Pierre Grimaud

📖

This project follows the all-contributors specification. Contributions of any kind welcome!

License

About

Prototype toolkit for sustainable urban design at the speed of thought.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 42.6%
  • JavaScript 23.6%
  • HTML 20.7%
  • Vue 11.4%
  • CSS 1.7%