GithubHelp home page GithubHelp logo

bud's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @LucianU a.k.a @elbear in different online communities
  • ๐Ÿ‘€ Iโ€™m interested in:
    • Nix and NixOS
    • making better tooling with neovim and tree-sitter
    • understanding software correctness tools like Alloy and TLA+
  • ๐Ÿ“ซ How to reach me: https://elbear.com

bud's People

Contributors

apartisan avatar dependabot[bot] avatar lucianu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

bud's Issues

Generate Django secret key

I want to find a way to generate the secret key when the project directory is created by cookiecutter. Since my projects will generally be private, I can store the key in version control.

Update README

The README still talks about Ansible and probably other things we're not using anymore.

Add files to the browser_app

Please add the following files in the browser_app:

  • urls.py
  • forms.py
  • templates / base.html, index.html needs to be modified to include base
  • base.html should already be bootstrap ready (Bootstrap starter template)

Use the OS-specific "/var" directory

Currently, the project contains a /var directory that stores logs for celery, supervisor and other project-specific apps, as long as a /var/run directory for pids and sockets belonging to the same apps. I think it's better to move these in the OS's /var/log and /var/run and keep all in a directory with the same name as the project.

Prevent race conditions on pushing

I want to implement a mechanism so that only one person can push changes at one time. Anyone else would be stopped. This should be implemented with some kind of lock file.

Bring back the `users` app

From what I can tell, it's a standard to have your own User model inherit Django's AbstractUserModel. That means we want to do that as well.

We were doing that anyway, but we removed the app during the migration to v3.0.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.